Skip to content
Snippets Groups Projects
Commit 7b8fa4c4 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Remove original dataset per default

parent 12364f54
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,6 @@ def structure_parser():
# optional argument: whether to copy or move extracted files
parser.add_argument('-r', '--remove', type=bool,
help='Remove original dataset {}'.format(default),
default=False, nargs='?', const=True, metavar='')
default=True, nargs='?', const=True, metavar='')
return parser
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