Add collection setting toggle to UI

Additional API housekeeping, removing unused code

Treat default branch as no branch provided
This commit is contained in:
AlanCoding
2019-08-06 09:16:51 -04:00
parent 79a1dbc5a0
commit 2f3aafe1bb
4 changed files with 8 additions and 3 deletions

View File

@@ -702,8 +702,7 @@ class BaseTask(object):
abstract = True
proot_show_paths = []
def __init__(self, *args, **kwargs):
super(BaseTask, self).__init__(*args, **kwargs)
def __init__(self):
self.cleanup_paths = []
def update_model(self, pk, _attempt=0, **updates):