Commit dbc4556c authored by shadMod's avatar shadMod 💬

rm default None in UbuntuRelease().path_url param

parent 5fe66770
Pipeline #340 passed with stage
in 0 seconds
......@@ -23,7 +23,7 @@ from urllib.error import HTTPError
class UbuntuRelease:
def __init__(self, path_url=None, ignore_version=None):
def __init__(self, path_url, ignore_version=None):
self.path_url = path_url
self.ignore_version = ignore_version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment