30 print(f"Could not create CSV file at {CSVFilename}.")
31
32 print(
33"NOTE: The separator ';' might not be inserted in the head line between 'Heden(cm-3)' and 'Arden(cm-3)'. This does not influence the csv file for usage in ExaHyPE 2."
34 )
35
36except OSError:
37 print(
38 f'Could not open file at {argv[1]}. For help, use first positional argument "help".'