a script to replace the dry function when developing

This commit is contained in:
gac-S_Changer (Resp.Neiger Thomas)
2023-04-25 16:33:00 +02:00
parent 1ade6c7980
commit 3644bd8a1a
+2 -2
View File
@@ -13,9 +13,9 @@ def dry(heat_time=None, speed=None, wait_cold = None):
def _test_update_mount_counts():
def _test_update_mount_counts(count=0):
global samples_info
for _s in samples_info:
_s["sampleMountCount"] = count
print "sample %s mounted %d times" % (_s["puckAddress"], _s["sampleMountCount"])
_s["sampleMountCount"] = 1