win: support for 517.40 studio driver (#569)

This commit is contained in:
reloxx13
2022-10-01 06:12:34 +02:00
committed by GitHub
parent e1adaaedfa
commit 2fe3413021
6 changed files with 23 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ def main():
raise
except Exception as exc:
print("Driver URL validation failed with error: %s" % str(exc), file=sys.stderr)
print("Driver URL: %s" % str(url), file=sys.stderr)
print("Please use option -U to override driver link manually", file=sys.stderr)
print("or use option --skip-url-check to submit incorrect URL.", file=sys.stderr)
return