mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Add collection setting toggle to UI
Additional API housekeeping, removing unused code Treat default branch as no branch provided
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user