Updated formatting

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2022-01-18 11:24:01 +11:00 committed by alv2017
parent 63d3179c12
commit 0efd532c35

View File

@ -184,7 +184,7 @@ class MacViewer(Viewer):
[
sys.executable,
"-c",
"import os, sys, time;time.sleep(20);os.remove(sys.argv[1])",
"import os, sys, time; time.sleep(20); os.remove(sys.argv[1])",
path,
]
)