Skip to content

Commit

Permalink
Merge pull request #2500 from Holzhaus/black-fix
Browse files Browse the repository at this point in the history
scripts/serato_heartbeat: Fix small formatting issue
  • Loading branch information
uklotzde authored Feb 13, 2020
2 parents 4d0e51e + fd8af8d commit 788a24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/serato_heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main(argv=None):
epilog=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter,
)
parser.add_argument("port", metavar='PORT', help="MIDI output port name")
parser.add_argument("port", metavar="PORT", help="MIDI output port name")
parser.add_argument("-f", "--xmlfile", help="Mixxx XML file")
args = parser.parse_args(argv)

Expand Down

0 comments on commit 788a24a

Please sign in to comment.