Skip to content

Commit

Permalink
add start log output
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed May 21, 2024
1 parent e55504c commit 71ed2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msyd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def main():

args = parser.parse_args()
if args.func:
logger.info("Starting msyd.")
args.func(args)
logger.info("Finished running msyd. Have a nice day!")
else:
Expand Down

0 comments on commit 71ed2f5

Please sign in to comment.