Skip to content

Commit 397dc16

Browse files
committed
BaseRepo: Don't mix **kwargs into object __dict__
1 parent b7ae236 commit 397dc16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libvcs/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def progress_cb(output, timestamp):
4444
create_repo(..., progress_callback=progress_cb)
4545
:type callback: func
4646
"""
47-
self.__dict__.update(kwargs)
4847
self.progress_callback = progress_callback
4948
self.url = url
5049
self.parent_dir = os.path.dirname(repo_dir)

0 commit comments

Comments
 (0)