Skip to content

Commit d6ce062

Browse files
authored
Merge pull request #802 from simvue-io/787-when-reconnect-is-called-the-system-info-should-be-set
Need to set system details in reconnect()
2 parents 050688a + 2dcb5f9 commit d6ce062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simvue/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ def reconnect(self, run_id: str) -> bool:
983983

984984
self._id = run_id
985985
self._sv_obj = RunObject(identifier=self._id, _read_only=False)
986+
self._sv_obj.system = get_system()
986987
self._start()
987988

988989
return True

0 commit comments

Comments
 (0)