mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
indentation error prevented filenames from printing
This commit is contained in:
@ -117,6 +117,7 @@ def main_loop(t2i,parser,log):
|
|||||||
print("Outputs:")
|
print("Outputs:")
|
||||||
write_log_message(opt,switches,results,log)
|
write_log_message(opt,switches,results,log)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
print('*interrupted*')
|
||||||
continue
|
continue
|
||||||
print("goodbye!")
|
print("goodbye!")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user