syntax revamp
This commit is contained in:
@@ -75,8 +75,8 @@ def build_default_selection(
|
||||
except Exception:
|
||||
resolved_path = path_text
|
||||
|
||||
args = ["-path", resolved_path]
|
||||
return args, ["get-file", "-path", resolved_path]
|
||||
args = [resolved_path]
|
||||
return args, ["download-file", resolved_path]
|
||||
|
||||
return hash_args, hash_action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user