Skip to content
Snippets Groups Projects
Commit 619a8b48 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[qa] black

parent d298353d
No related branches found
No related tags found
1 merge request!150Revert the url str substitution to modulo instead of format
Pipeline #70517 passed
...@@ -233,7 +233,7 @@ def link_documentation( ...@@ -233,7 +233,7 @@ def link_documentation(
) )
except pkg_resources.DistributionNotFound: except pkg_resources.DistributionNotFound:
version = "stable" # package is not a runtime dep, only referenced version = "stable" # package is not a runtime dep, only referenced
url = s % {"name":package_name, "version":version} url = s % {"name": package_name, "version": version}
try: try:
# otherwise, urlopen will fail # otherwise, urlopen will fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment