Open schmoogol opened 1 year ago
I was getting the error "AttributeError: 'Namespace' object has no attribute 'analyzeg'" and I believe the change below fixes it.
Line 86 of CommandLine/Run.py 'parserArgs.analyzeg' to 'parserArgs.analyze'
I was getting the error "AttributeError: 'Namespace' object has no attribute 'analyzeg'" and I believe the change below fixes it.
Line 86 of CommandLine/Run.py 'parserArgs.analyzeg' to 'parserArgs.analyze'