Skip to content

Commit 9a4d0a1

Browse files
committed
Fix muffed indentation error.
1 parent 052a0f0 commit 9a4d0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_devices/NI_DAQmx/labscript_devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def __init__(
232232
if AI_term == 'Diff':
233233
self.AI_range = AI_range_Diff
234234
if AI_start_delay is None:
235-
if AI_start_delay_ticks is not None:
235+
if AI_start_delay_ticks is not None:
236236
# Tell blacs_worker to use AI_start_delay_ticks to define delay
237237
self.start_delay_ticks = True
238238
else:

0 commit comments

Comments
 (0)