continuing refactor
This commit is contained in:
@@ -982,7 +982,7 @@ class DownloadModal(ModalScreen):
|
||||
|
||||
# Build add-tags arguments. add-tags requires a store; for downloads, default to local sidecar tagging.
|
||||
tag_args = (
|
||||
["-store",
|
||||
["-instance",
|
||||
"local"] + [str(t) for t in tags] + ["--source",
|
||||
str(source)]
|
||||
)
|
||||
@@ -1475,7 +1475,7 @@ class DownloadModal(ModalScreen):
|
||||
stdout_buf = io.StringIO()
|
||||
stderr_buf = io.StringIO()
|
||||
|
||||
tag_args = ["-store", "local"] + [str(t) for t in tags]
|
||||
tag_args = ["-instance", "local"] + [str(t) for t in tags]
|
||||
with redirect_stdout(stdout_buf), redirect_stderr(stderr_buf):
|
||||
tag_returncode = tag_cmdlet(
|
||||
result_obj,
|
||||
|
||||
Reference in New Issue
Block a user