Skip to content

Commit

Permalink
FIX: Passing bytes into str.join()
Browse files Browse the repository at this point in the history
Introduced-by: #1336.
  • Loading branch information
oesteban authored Sep 10, 2024
1 parent 97d1f54 commit 00d7efd
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
Expand Up @@ -191,7 +191,7 @@ def _run_interface(self, runtime):
'',
'',
'Payload:',
payload_str,
f'{payload_str}',
]
)
config.loggers.interface.warning(errmsg)
Expand Down

0 comments on commit 00d7efd

Please sign in to comment.