This commit is contained in:
oleting
2020-12-30 18:12:49 +01:00
parent 6a9d71db71
commit d0746c0465
2 changed files with 9 additions and 12 deletions

View File

@@ -28,8 +28,7 @@ def nassi(input_path: str, output_path: str, outputname: str, types, remove_tags
def output(values):
output_path = values['-OUTPUT FOLDER-']
def output(output_path):
if output_path == '':
raise NoPathError
try: