From: François Fleuret Date: Tue, 23 Jul 2024 05:09:33 +0000 (+0200) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=93dca117844e134fc39609f73c0de9068aa5d1e8;p=culture.git Update. --- diff --git a/main.py b/main.py index bad4222..4a0c1f5 100755 --- a/main.py +++ b/main.py @@ -238,7 +238,7 @@ def log_string(s): ###################################################################### -# Create a time-stamped archive with the source code +# Create a time-stamped archive of the source code with open("this_run.sh", "w") as f: f.write(f"{' '.join(sys.argv)}\n")