diff --git a/src/vapython/_helper.py b/src/vapython/_helper.py index 3dcf2abf135e0fe47bfc32184a6ff2d97880e232..61967c0cfdc39bc179a6e4f176e176fa439e6296 100644 --- a/src/vapython/_helper.py +++ b/src/vapython/_helper.py @@ -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")],