Skip to content
Snippets Groups Projects
Commit 42fae889 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add a missing indentation

Thanks, Python3, for still being a Pita.
parent 75d91f88
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,7 @@ class StatsCrosslet(Device): ...@@ -340,7 +340,7 @@ class StatsCrosslet(Device):
:return:None :return:None
""" """
if is_stop_acquisition_allowed() is True: if is_stop_acquisition_allowed() is True:
self.data_acquisition_is_active = False self.data_acquisition_is_active = False
# PROTECTED REGION END # // StatsCrosslet.stop_acquisition # PROTECTED REGION END # // StatsCrosslet.stop_acquisition
def is_stop_acquisition_allowed(self): def is_stop_acquisition_allowed(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment