changeset 6:e19a6fbcf1db

test
author pieter.lukasse@wur.nl
date Thu, 22 Jan 2015 21:52:00 +0100
parents c3dc158717fc
children 165c22633081
files nist_wrapper.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nist_wrapper.py	Thu Jan 22 21:48:34 2015 +0100
+++ b/nist_wrapper.py	Thu Jan 22 21:52:00 2015 +0100
@@ -130,7 +130,7 @@
     
     timeSleeping = 0
     # monitor process by checking state file:
-    while True or timeSleeping > 20:
+    while True and timeSleeping < 20:
         # check if SRCREADY.TXT is there already:
         if os.path.exists(file_to_monitor):
             break