Flake8 fixes in cmd/package-list.py file
This commit is contained in:
parent
2b3ba850b3
commit
cc027148eb
@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
def github_url(pkg):
|
def github_url(pkg):
|
||||||
"""Link to a package file on github."""
|
"""Link to a package file on github."""
|
||||||
return ("https://github.com/llnl/spack/blob/master/var/spack/packages/%s/package.py" %
|
url = "https://github.com/llnl/spack/blob/master/var/spack/packages/%s/package.py" # NOQA: ignore=E501
|
||||||
pkg.name)
|
return (url % pkg.name)
|
||||||
|
|
||||||
|
|
||||||
def rst_table(elts):
|
def rst_table(elts):
|
||||||
|
Loading…
Reference in New Issue
Block a user