Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
storage: -c / --config is not required.
Browse files Browse the repository at this point in the history
read_config_file() in commissaire.util.config knows the default path.
  • Loading branch information
mbarnes authored and ashcrow committed Oct 3, 2016
1 parent cca3175 commit ec5c52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commissaire_service/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main(): # pragma: no cover

parser = argparse.ArgumentParser()
parser.add_argument(
'-c', '--config', required=True, type=str,
'-c', '--config', type=str,
help='Configuration file to use.')
parser.add_argument(
'--bus-exchange', type=str, default='commissaire',
Expand Down

0 comments on commit ec5c52b

Please sign in to comment.