Skip to content
Snippets Groups Projects
Verified Commit 982e9065 authored by Hari Rana's avatar Hari Rana :speech_balloon:
Browse files

Properly space and comment

parent 78f96cbe
No related branches found
No related tags found
No related merge requests found
......@@ -213,13 +213,12 @@ def main(argv):
sys.exit(1)
else:
f = open(tmp_dir, "w")
output = len(args.effects)
if output > 0:
file.append(f"effects = {':'.join(args.effects)}\n")
# Write and close file
f.write("".join(file))
f.close()
# --exec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment