Skip to content
Snippets Groups Projects
Commit d4307dc6 authored by philip.roeggla's avatar philip.roeggla
Browse files

rm : from file name generator

parent 73eec7ec
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ async def extract(input_file: str, output_folder: str) -> typing.NoReturn:
output_folder + \
input_path.name.replace(
'ALMAoutput', 'script_output_' \
+ datetime.datetime.now().strftime("%Y-%m-%d-%H:%M:%S"))
+ datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S"))
)
converter = FromAlmaOutputToExcel(input_file, output_path.absolute(), slice(None, None, 1))
......
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