ndf
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:
@@ -14,7 +14,7 @@ for path in (ROOT_DIR, BASE_DIR):
|
||||
if str_path not in sys.path:
|
||||
sys.path.insert(0, str_path)
|
||||
|
||||
import metadata
|
||||
import SYS.metadata as metadata
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
|
||||
@@ -42,7 +42,7 @@ except ImportError:
|
||||
|
||||
# Import tag processing helpers
|
||||
try:
|
||||
from metadata import expand_tag_lists, process_tags_from_string
|
||||
from SYS.metadata import expand_tag_lists, process_tags_from_string
|
||||
except ImportError:
|
||||
expand_tag_lists = None
|
||||
process_tags_from_string = None
|
||||
|
||||
Reference in New Issue
Block a user