Skip to content

Commit

Permalink
Update ibridgesgui/sync.py
Browse files Browse the repository at this point in the history
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
  • Loading branch information
chStaiger and qubixes authored Aug 12, 2024
1 parent 2b68111 commit 0773c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibridgesgui/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _start_sync_diff(self, source, target):
self.sync_diff_thread = SyncThread(env_path, self.logger, source, target, dry_run=True)
except Exception:
self.error_label.setText(
f"Could not instantiate a new session from{env_path}.Check configuration."
f"Could not instantiate a new session from {env_path}. Check configuration."
)

return
Expand Down

0 comments on commit 0773c58

Please sign in to comment.