diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/op_mode/generate_tech-support_archive.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/op_mode/generate_tech-support_archive.py b/src/op_mode/generate_tech-support_archive.py index 23d81f986..c490b0137 100755 --- a/src/op_mode/generate_tech-support_archive.py +++ b/src/op_mode/generate_tech-support_archive.py @@ -100,7 +100,7 @@ if __name__ == '__main__':      location_path = args.path[:-1] if args.path[-1] == '/' else args.path      hostname: str = gethostname() -    time_now: str = datetime.now().isoformat(timespec='seconds') +    time_now: str = datetime.now().isoformat(timespec='seconds').replace(":", "-")      remote = False      tmp_path = '' @@ -145,4 +145,4 @@ if __name__ == '__main__':              rmtree(tmp_dir)      finally:          # cleanup -        exit()
\ No newline at end of file +        exit() | 
