+ fix bug

This commit is contained in:
oleting
2020-12-24 20:51:58 +01:00
parent 9597cf945a
commit a1a1f4aec9

View File

@@ -85,15 +85,16 @@ def gui():
file_path = os.path.join( file_path = os.path.join(
values["-JAVA FOLDER-"], values["-JAVA FOLDER-"],
) )
output_path = values['-OUTPUT FOLDER-']
nassi(file_path, output_path)
fnames = output(values)
window['-OUTPUT FILE LIST-'].update(fnames)
sg.popup_notify('Succsessful created!' , title='Created') sg.popup_notify('Succsessful created!' , title='Created')
except: except:
pass pass
output_path = values['-OUTPUT FOLDER-']
nassi(file_path, output_path)
fnames = output(values)
window['-OUTPUT FILE LIST-'].update(fnames)
elif values['-JAVA FOLDER-']: elif values['-JAVA FOLDER-']:
print('No Output') print('No Output')