Skip to content
Snippets Groups Projects
Commit e761c769 authored by Stefan Reck's avatar Stefan Reck
Browse files

Changed delete default to False!

parent ab6b9683
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ def parse_input():
return input_files_list, delete, chunksize, complib, complevel, legacy_mode
def shuffle_h5(filepath_input, tool=False, seed=42, delete=True, chunksize=None,
def shuffle_h5(filepath_input, tool=False, seed=42, delete=False, chunksize=None,
complib=None, complevel=None, legacy_mode=False, shuffle=True,
event_skipper=None):
"""
......
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