Skip to content
Snippets Groups Projects
Commit 3f9dfea2 authored by Philipp Schäfer's avatar Philipp Schäfer
Browse files

fixed code format

parent 9a594268
No related branches found
No related tags found
1 merge request!21Improve userfriendlyness of VAServer.exe selection
......@@ -204,9 +204,11 @@ def find_server_executable() -> Optional[Path]:
root = tk.Tk()
root.withdraw()
root.attributes('-topmost', 1)
root.attributes("-topmost", 1)
print("NOTE: A window has opened for specifying the path to the 'VAServer.exe'. This should be located in the `bin` subfolder of the respective VA directory.")
print(
"NOTE: A window has opened for specifying the path to the 'VAServer.exe'. This should be located in the `bin` subfolder of the respective VA directory."
)
executable_raw = filedialog.askopenfilename(
title="Select VAServer executable",
filetypes=[("VAServer executable", "*.exe")],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment