We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d18ce commit a47b150Copy full SHA for a47b150
python/mrtrix3/run.py
@@ -514,7 +514,7 @@ def format_keyval(key, value):
514
fnstring = f'{fn_to_execute.__module__}.{fn_to_execute.__name__}' \
515
f'({", ".join([quoted(a) if isinstance(a, str) else str(a) for a in args])}' \
516
f'{", " if (args and kwargs) else ""}' \
517
- f'{", ".join([format_keyval(key, value) for key, value in kwargs.items()])}'
+ f'{", ".join([format_keyval(key, value) for key, value in kwargs.items()])})'
518
519
if shared.get_continue():
520
if shared.trigger_continue(args) or shared.trigger_continue(kwargs.values()):
0 commit comments