PySigmaKoki 2.1.4__py3-none-any.whl → 2.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pysigmakoki-2.1.4.dist-info → pysigmakoki-2.1.5.dist-info}/METADATA +1 -1
- pysigmakoki-2.1.5.dist-info/RECORD +5 -0
- sigma_koki.py +1 -1
- pysigmakoki-2.1.4.dist-info/RECORD +0 -5
- {pysigmakoki-2.1.4.dist-info → pysigmakoki-2.1.5.dist-info}/WHEEL +0 -0
- {pysigmakoki-2.1.4.dist-info → pysigmakoki-2.1.5.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
sigma_koki.py,sha256=vUf2sr9q6SGbN-ccOCL5-uwXTdyUf1u2EPfVprJPork,11158
|
2
|
+
pysigmakoki-2.1.5.dist-info/METADATA,sha256=Hs6rUMChhG50YTq9S03jv2SAbwFFz_EOCNCuTd3shs0,958
|
3
|
+
pysigmakoki-2.1.5.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
4
|
+
pysigmakoki-2.1.5.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
|
5
|
+
pysigmakoki-2.1.5.dist-info/RECORD,,
|
sigma_koki.py
CHANGED
@@ -230,7 +230,7 @@ class BaseStageController(object):
|
|
230
230
|
"""
|
231
231
|
Sleep up to timeout_in_sec until the ACK3 state becomes ready.
|
232
232
|
"""
|
233
|
-
|
233
|
+
for i in range(timeout_in_sec*10):
|
234
234
|
ack3 = self.getACK3()
|
235
235
|
if ack3 == 'R': # ready
|
236
236
|
break
|
@@ -1,5 +0,0 @@
|
|
1
|
-
sigma_koki.py,sha256=eJaDI6KjS6FgEaqjGJi7NWAaAedM-DxCRGL_FENfahE,11159
|
2
|
-
pysigmakoki-2.1.4.dist-info/METADATA,sha256=z0roQclYQW8jLjztzfbjk80GhiULKyHKDzye_Wwg3i8,958
|
3
|
-
pysigmakoki-2.1.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
4
|
-
pysigmakoki-2.1.4.dist-info/top_level.txt,sha256=Zbq-FJdx-r0smE3UcnxNBcJ2wVwCX8pGfow0rejSOWk,11
|
5
|
-
pysigmakoki-2.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|