Skip to content

Commit

Permalink
Merge pull request #1356 from nipreps/fix/bug-in-1336
Browse files Browse the repository at this point in the history
FIX: Passing ``bytes`` into ``str.join()``
oesteban authored Sep 10, 2024
2 parents 97d1f54 + 00d7efd commit d7f9c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/interfaces/webapi.py
Original file line number Diff line number Diff line change
@@ -191,7 +191,7 @@ def _run_interface(self, runtime):
'',
'',
'Payload:',
payload_str,
f'{payload_str}',
]
)
config.loggers.interface.warning(errmsg)

0 comments on commit d7f9c89

Please sign in to comment.