mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
added files needed for preflight checks
This commit is contained in:
@ -845,7 +845,7 @@ def retrieve_dream_command(opt,command,completer):
|
||||
def write_commands(opt, file_path:str, outfilepath:str):
|
||||
dir,basename = os.path.split(file_path)
|
||||
try:
|
||||
paths = list(Path(dir).glob(basename))
|
||||
paths = sorted(list(Path(dir).glob(basename)))
|
||||
except ValueError:
|
||||
print(f'## "{basename}": unacceptable pattern')
|
||||
return
|
||||
|
Reference in New Issue
Block a user