remove cli-defaults for config and idmap

This commit is contained in:
Thor77 2016-05-21 22:06:32 +02:00
parent b80be2b1c5
commit 23145b476b
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ def cli():
)
parser.add_argument(
'-c', '--config',
type=str, help='path to config', default='config.ini'
type=str, help='path to config'
)
parser.add_argument(
'--idmap', type=str, help='path to id_map', default='id_map.json'
'--idmap', type=str, help='path to id_map'
)
parser.add_argument(
'-l', '--log',