Skip to content

Commit 6f2a5a7

Browse files
authored
Merge pull request #1529 from AllenNeuralDynamics/fix-1120-excitation-bug
deindents return for checking photometery
2 parents 8c20d71 + 0f10ca1 commit 6f2a5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/foraging_gui/Foraging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6207,7 +6207,7 @@ def photometry_workflow_running(self) -> bool or None:
62076207
self.Start.setChecked(False)
62086208
return False
62096209

6210-
return True
6210+
return True
62116211

62126212
def session_end_tasks(self):
62136213
"""

0 commit comments

Comments
 (0)