From f84cbd89eebebf30d3b75d57024d44526536433b Mon Sep 17 00:00:00 2001 From: Eneko Date: Wed, 17 Jun 2020 17:38:42 +0200 Subject: [PATCH] Fix linting error --- phys2bids/cli/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phys2bids/cli/run.py b/phys2bids/cli/run.py index e44f88717..1aa0f2dd1 100644 --- a/phys2bids/cli/run.py +++ b/phys2bids/cli/run.py @@ -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',