This happens when I run my script without specifying any subcommands (i.e. python script.py)
Traceback (most recent call last):
File "make_phrases.py", line 102, in <module>
PhraseMakerScript().start()
File "/home/deepcompute/prashanth/venvs/adjbuilder_pypy/site-packages/basescript/basescript.py", line 57, in __init__
args['func'] = self.args.func.__name__
AttributeError: 'Namespace' object has no attribute 'func'
This happens when I run my script without specifying any subcommands (i.e. python script.py)