You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseException("Limit check failed for type "+str(i)+" in measurement "+str(key)+" at frequency "+str(sample[0])+": limit is "+str(limval)+", measured value is "+str(yval))
387
392
393
+
# Limits are valid, upload to FTP server at this point
394
+
ifargs.ftp:
395
+
print("Uploading to FTP server...")
396
+
jftp=None
397
+
try:
398
+
f=open(args.ftp)
399
+
jftp=json.load(f)
400
+
exceptExceptionase:
401
+
raiseException("Failed to parse FTP config file: "+str(e))
0 commit comments