update and cleanup repo
This commit is contained in:
@@ -125,10 +125,6 @@ class File(Cmdlet):
|
||||
if callable(exec_fn):
|
||||
return int(exec_fn(result, args, config))
|
||||
|
||||
fallback_run = getattr(module, "_run", None)
|
||||
if callable(fallback_run):
|
||||
return int(fallback_run(result, args, config))
|
||||
|
||||
log(f"file: cannot dispatch action '{action}' via module '{module_name}'", file=sys.stderr)
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user