nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

Typing `smif` alone errors (should print help) #376

Closed tomalrussell closed 5 years ago

tomalrussell commented 5 years ago
$ smif
Traceback (most recent call last):
  File "~/.conda/envs/nismod/bin/smif", line 11, in <module>
    load_entry_point('smif', 'console_scripts', 'smif')()
  File "~/smif/src/smif/cli/__init__.py", line 450, in main
    smif.cli.log.setup_logging(args.verbose)
AttributeError: 'Namespace' object has no attribute 'verbose'