put home in sys.path

This commit is contained in:
2021-04-28 12:28:45 +02:00
parent 6a34bd164b
commit 5a1bdbf9a2
6 changed files with 6 additions and 8 deletions

View File

@ -68,7 +68,6 @@ def run(group, arglist):
args['ins'] = arg
else:
extra.append(arg)
print(args, extra)
try:
serv.action(args['action'], *serv.treat_args(args, extra))
except AttributeError: