projects
/
picoclvr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71eeffe
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 23 Oct 2023 06:21:39 +0000
(08:21 +0200)
committer
François Fleuret
<francois@fleuret.org>
Mon, 23 Oct 2023 06:21:39 +0000
(08:21 +0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
3ce5916
..
17936c3
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-348,6
+348,8
@@
def log_string(s):
sys.stdout.flush()
+log_string(f"argv {' '.join(sys.argv)}")
+
for n in vars(args):
log_string(f"args.{n} {getattr(args, n)}")