Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Jun 17, 2020
1 parent ab5854f commit f84cbd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phys2bids/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def _get_parser():
optional.add_argument('-yml', '--participant-yml',
dest='yml',
type=str,
help='full path to file with info needed to generate participant.tsv file ',
help='full path to file with info needed to generate '
'participant.tsv file ',
default='')
optional.add_argument('-debug', '--debug',
dest='debug',
Expand Down

0 comments on commit f84cbd8

Please sign in to comment.