fix flake8 issues
This commit is contained in:
parent
f69824041d
commit
db1110a5b9
2 changed files with 1 additions and 1 deletions
|
|
@ -1793,6 +1793,7 @@ def downloadFile(url, path=None, fo=None):
|
|||
except Exception as ex:
|
||||
raise GenericError("Downloaded rpm %s is corrupted:\n%s" % (url, str(ex)))
|
||||
|
||||
|
||||
def openRemoteFile(relpath, topurl=None, topdir=None, tempdir=None):
|
||||
"""Open a file on the main server (read-only)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue