Skip to content

Commit

Permalink
cast targets to string.
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro authored and francesconazzaro committed Feb 14, 2017
1 parent c56d02f commit 9d56f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mariobros/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ def mariobros(
def main(targets, **kwargs):
if not targets:
targets = ('DEFAULT',)
else:
targets = [str(token) for token in targets]
mariobros(targets, **kwargs)

0 comments on commit 9d56f2b

Please sign in to comment.