Skip to content

Commit c88ab6d

Browse files
Python3_PhaseMatrixQuickSyn: Visible fixes/improvements/changes to taste to changes introduced so far.
zprocess.get_string can be used instead of zmq_get_raw plus encoding/decoding zprocess.Events should be able to take string arguments, if they can't it's a bug and I'll fix it in zprocess the pulseblaster string munging for flags works without converting to native strings so it can be left alone.
1 parent 4dcddcb commit c88ab6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PhaseMatrixQuickSyn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def update_blanking(self):
200200
@define_state(MODE_MANUAL|MODE_BUFFERED|MODE_TRANSITION_TO_BUFFERED|MODE_TRANSITION_TO_MANUAL,True,True)
201201
def update_lock_recovery(self):
202202
value = self.status_ui.lock_recovery_button.isChecked()
203-
print(value)
204203
yield(self.queue_work(self._primary_worker,'update_lock_recovery',value))
205204

206205

0 commit comments

Comments
 (0)