mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
add back in removed method
This commit is contained in:
parent
be18737802
commit
ec2b0ac90d
@ -305,6 +305,10 @@ class BaseTask(Task):
|
||||
logger.error('Failed to update %s after %d retries.',
|
||||
self.model._meta.object_name, _attempt)
|
||||
|
||||
def signal_finished(self, pk):
|
||||
pass
|
||||
# notify_task_runner(dict(complete=pk))
|
||||
|
||||
def get_path_to(self, *args):
|
||||
'''
|
||||
Return absolute path relative to this file.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user