Skip to content

Commit

Permalink
Write out the solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-drews committed Jun 25, 2024
1 parent 321d2b9 commit 509037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acom_music_box/music_box_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def getArgsDictionary(argPairs):

# create solver and solve
myBox.create_solver(musicBoxHomeDir + myBox.config_file)
mySolution = myBox.solve()
mySolution = myBox.solve(musicBoxHomeDir + "my_solution.csv")
music_box_logger.progress("mySolution = {}".format(mySolution))

music_box_logger.progress("End time: {}".format(datetime.datetime.now()))
Expand Down

0 comments on commit 509037b

Please sign in to comment.