Update philips_post.py

You can't compare dict with an integer.
This commit is contained in:
ci4ic4
2021-01-27 11:51:42 +00:00
committed by GitHub
parent c2dcf6492b
commit 4ed7665b13

View File

@@ -384,7 +384,7 @@ def export(objectslist, filename, argstring):
# #\better: append iff MODAL == False
# if command == lastcommand:
# outstring.pop(0)
if c.Parameters >= 1:
if len(c.Parameters) >= 1:
for param in params:
# test print("param: " + param + ", command: " + command)
if param in c.Parameters: