Skip to content

Commit 0c19ffc

Browse files
committed
tjh
1 parent 6608d37 commit 0c19ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/acquisitionClasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def update(self):
164164
"""
165165
# Update gauge with value until it hits max-1
166166
max = self.gauge.GetRange()
167-
print(max)
168167
current = self.gauge.GetValue()
168+
169169
if current < max:
170170
wx.CallAfter(self.gauge.SetValue, current+1)
171171
else: # do nothing when we reach the end

0 commit comments

Comments
 (0)