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

VAServer.exe finder: Disable linter error for print

parent 3f9dfea2
No related branches found
No related tags found
1 merge request!21Improve userfriendlyness of VAServer.exe selection
......@@ -206,7 +206,7 @@ def find_server_executable() -> Optional[Path]:
root.withdraw()
root.attributes("-topmost", 1)
print(
print( # noqa: T201
"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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment