fix flake8 issues

This commit is contained in:
Tomas Kopecek 2020-06-05 10:53:30 +02:00
parent f69824041d
commit db1110a5b9
2 changed files with 1 additions and 1 deletions

View file

@ -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)