gems-uff / noworkflow

Supporting infrastructure to run scientific experiments without a scientific workflow management system.
http://gems-uff.github.io/noworkflow
MIT License
120 stars 28 forks source link

AttributeError: 'Namespace' object has no attribute 'content_engine' #129

Closed manikandan-8kmiles closed 3 years ago

manikandan-8kmiles commented 3 years ago

now export -i Traceback (most recent call last): File "E:\python\Scripts\now-script.py", line 11, in load_entry_point('noworkflow', 'console_scripts', 'now')() File "e:\noworkflow\capture\noworkflow\now\cmd__init__.py", line 68, in main args.func(args) File "e:\noworkflow\capture\noworkflow\now\cmd\command.py", line 78, in _execute self.execute_export(args) File "e:\noworkflow\capture\noworkflow\now\cmd\cmd_export.py", line 57, in execute_export return Show().execute_export(namespace) File "e:\noworkflow\capture\noworkflow\now\cmd\cmd_show.py", line 109, in execute_export persistence_config.content_engine = args.content_engine AttributeError: 'Namespace' object has no attribute 'content_engine'

JoaoFelipe commented 3 years ago

Fixed a couple months ago