Skip to content

Commit 5cfa8a6

Browse files
committed
Fixed processing tracker issue
1 parent 3bd1be8 commit 5cfa8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def experiment(self):
695695

696696
self.processing_text["text"] = "Processing experiment :\n"\
697697
+ "\tAverage : {}/{}\n".format(n_c, p_N_c)\
698-
+ "\tDelay : {}/{}".format(n_d/p_N_d)
698+
+ "\tDelay : {}/{}".format(n_d, p_N_d)
699699

700700
self._bnc.sendtrig()
701701
self.after(int(p_T_tot))

0 commit comments

Comments
 (0)