Skip to content
Snippets Groups Projects
Commit 2b2225fa authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Merge branch '43-add-command-is-broken' into 'main'

Resolve "add command is broken"

Closes #43

See merge request ArmarX/meta/setup!25
parents 002f2604 5b6eb4a8
No related branches found
No related tags found
1 merge request!25Resolve "add command is broken"
......@@ -153,7 +153,7 @@ class Workspace:
else:
if check:
try:
Module.load_info(module_name)
Module.load_info(module_name, ws=self)
except error.ModuleInfoNotFound as e:
console.print(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment