index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 10:56:29 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-08 10:56:29 +0100 |
commit | ee9af976ca700f96480f2f1396ed861d78013204 (patch) | |
tree | ff796931972b434f40d792d605a7bb3af02562f6 /examples | |
parent | 08c586632accedad8d708c0d23bda5ef2ff32280 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 0ecad27a..652852e0 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -7,7 +7,7 @@ log_root = os.path.join(os.path.expanduser('~/'), '.cache/archinstall') if not os.path.isdir(log_root): os.makedirs(log_root) -init_time = time.strftime('%Y-%m-%d %H:%M:%S') +init_time = time.strftime('%Y-%m-%d_%H-%M-%S') milliseconds = int(str(time.time()).split('.')[1]) archinstall.storage['logfile'] = f"{log_root}/install-session_{init_time}.{milliseconds}.log" |