Skip to content

Commit

Permalink
Added todo item into the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
earik87 committed Jul 13, 2024
1 parent 0c5126e commit 1fd96dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def btnStart_clicked(self):
# goto start of scan range
self.stage.move(self.PresentPosition)

# wait for stage controller to arrive

# wait for stage controller to arrive.
#TODO: this part is not correct. Fix it!!!
for i in range(length_of_scan):

# Check for stop flag
Expand Down

0 comments on commit 1fd96dc

Please sign in to comment.