Skip to content

Commit 57a31b9

Browse files
committed
Fix formatting of remote migration response logging
1 parent fb8f022 commit 57a31b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def migrate_remote(filename=None):
333333
timeout=10
334334
)
335335

336-
print(f"Response from remote migration:\n {response.text}")
336+
print(f"Response from remote migration:\n{response.text}")
337337

338338
response.raise_for_status() # Raise an error for bad responses
339339

0 commit comments

Comments
 (0)