Skip to content

Commit ecb25af

Browse files
committed
Update Installation Guide
1 parent 60a7c11 commit ecb25af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/vmnf_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ def abduct():
360360

361361
elif handler_ns.workflow:
362362
# Workflow mode: delegate to VimanaWorkflow in core/workflow
363-
from core.workflow.vimana_workflow import VimanaWorkflow
364-
VimanaWorkflow(handler_ns.workflow, handler_ns).run()
363+
#from core.workflow.vimana_workflow import VimanaWorkflow
364+
#VimanaWorkflow(handler_ns.workflow, handler_ns).run()
365365
print("Stay tuned for this feature in future releases. [:")
366366
sys.exit(1)
367367

0 commit comments

Comments
 (0)