Skip to content

Commit

Permalink
Display the working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-drews committed Jul 3, 2024
1 parent bb13ecd commit 2597677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/acom_music_box/music_box_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def main():
logger.info("Start time: {}".format(datetime.datetime.now()))

logger.info("Hello, MusicBox World!")
logger.info("Working directory = {}".format(os.getcwd()))

# retrieve and parse the command-line arguments
myArgs = getArgsDictionary(sys.argv[1:])
Expand Down

0 comments on commit 2597677

Please sign in to comment.