Skip to content

Commit

Permalink
- Fixed #282 (not a real fix but an improvement).
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Mar 19, 2024
1 parent 37ad575 commit fb3fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisplayCAL/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

WAIT_FILE_TEMPLATE = """import os, sys, time
if sys.platform != "win32":
print(*["\\nCurrent RGB"] + sys.argv[1:])
print(*(["\\nCurrent RGB"] + sys.argv[1:]))
abortfilename = os.path.join("{script_dir}", ".abort")
okfilename = os.path.join("{script_dir}", ".ok")
while True:
Expand Down

0 comments on commit fb3fd4e

Please sign in to comment.