We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ae236 commit 397dc16Copy full SHA for 397dc16
libvcs/base.py
@@ -44,7 +44,6 @@ def progress_cb(output, timestamp):
44
create_repo(..., progress_callback=progress_cb)
45
:type callback: func
46
"""
47
- self.__dict__.update(kwargs)
48
self.progress_callback = progress_callback
49
self.url = url
50
self.parent_dir = os.path.dirname(repo_dir)
0 commit comments