Skip to content
Snippets Groups Projects
Commit a3e762cb authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed typo in the python script merging IC files.

parent 6cd6230f
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ import numpy as np
# Store the compression level
gzip_level = 4
if len(sys.argv) > 3:
gzip_level = sys.argv[3]
gzip_level = int(sys.argv[3])
# First, we need to collect some information from the master file
main_file_name = str(sys.argv[1])[:-7]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment