commit deez

This commit is contained in:
2025-10-12 18:24:09 -05:00
parent 81cd03e0c3
commit 2c0fd84c72
4 changed files with 63 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ for inputArg in args.input:
continue
pieces = file.split('#')
print(f"Input arg: {pieces}")
if len(pieces) < 2:
print(f"Error: Invalid input asset format '{file}'. Expected format: type#path[#option1%option2...]")