mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
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…
Reference in New Issue
Block a user