Skip to content

Commit

Permalink
Fix muffed indentation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Nov 18, 2021
1 parent 052a0f0 commit 9a4d0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labscript_devices/NI_DAQmx/labscript_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __init__(
if AI_term == 'Diff':
self.AI_range = AI_range_Diff
if AI_start_delay is None:
if AI_start_delay_ticks is not None:
if AI_start_delay_ticks is not None:
# Tell blacs_worker to use AI_start_delay_ticks to define delay
self.start_delay_ticks = True
else:
Expand Down

0 comments on commit 9a4d0a1

Please sign in to comment.