Skip to content

Commit

Permalink
Fix type-safety issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Feb 9, 2023
1 parent 52cbc67 commit c83c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugs/special/macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def eCaptureMidi(
# Find out how much length to write
time = \
getContext().settings.get("plugins.general.score_log_dump_length")
general.dumpScoreLog(time, 0)
general.dumpScoreLog(time, False)
return True


Expand Down

0 comments on commit c83c45a

Please sign in to comment.