Skip to content

Commit

Permalink
Merge pull request #698 from adrianschroeter/fix_api
Browse files Browse the repository at this point in the history
fix Fetch api to become compatible again.
  • Loading branch information
lethliel committed Dec 10, 2019
2 parents a5014ea + ef4e041 commit 40abc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osc/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

class Fetcher:
def __init__(self, cachedir='/tmp', api_host_options={}, urllist=[],
modules = [], http_debug=False, cookiejar=None, offline=False,
enable_cpio=True):
http_debug=False, cookiejar=None, offline=False,
enable_cpio=True, modules=[]):
# set up progress bar callback
self.progress_obj = None
if sys.stdout.isatty():
Expand Down

0 comments on commit 40abc51

Please sign in to comment.