Migrate imports to SYS package (pipeline/result_table) and update related imports
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -166,7 +166,7 @@ class HydrusNetwork:
|
||||
)
|
||||
|
||||
# Stream upload body with a stderr progress bar (pipeline-safe).
|
||||
from models import ProgressBar
|
||||
from SYS.models import ProgressBar
|
||||
|
||||
bar = ProgressBar()
|
||||
# Keep the PipelineLiveProgress transfer line clean: show the file name.
|
||||
@@ -1087,7 +1087,7 @@ def hydrus_request(args, parser) -> int:
|
||||
|
||||
|
||||
def hydrus_export(args, _parser) -> int:
|
||||
from metadata import apply_mutagen_metadata, build_ffmpeg_command, prepare_ffmpeg_metadata
|
||||
from SYS.metadata import apply_mutagen_metadata, build_ffmpeg_command, prepare_ffmpeg_metadata
|
||||
|
||||
output_path: Path = args.output
|
||||
original_suffix = output_path.suffix
|
||||
|
||||
@@ -1077,7 +1077,7 @@ def _register_unlock_link():
|
||||
Any]
|
||||
) -> int:
|
||||
"""Wrapper to make unlock_link_cmdlet available as cmdlet."""
|
||||
import pipeline as ctx
|
||||
from SYS import pipeline as ctx
|
||||
|
||||
ret_code = unlock_link_cmdlet(result, args, config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user