Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BCU-Vercors
ID26
id26
Commits
a948c62d
Commit
a948c62d
authored
Mar 17, 2022
by
bliss administrator
Browse files
dont call reset_id_sync at error cleanup when no sync mode active
parent
695530b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
id26/controllers/fscan_controller.py
View file @
a948c62d
...
...
@@ -1266,7 +1266,8 @@ class ID26FScanController:
self
.
event_runtime_error
.
set
()
self
.
_reset_id_sync
()
if
self
.
fscan_par
[
'id_sync'
]:
self
.
_reset_id_sync
()
#self.event_trajectory_started.clear()
#self._last_scan = {} this is only meant to skip preparation phase, so can be kept
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment