1
0
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:
Chris Meyers 2016-09-29 16:01:15 -04:00
parent be18737802
commit ec2b0ac90d

View File

@ -305,6 +305,10 @@ class BaseTask(Task):
logger.error('Failed to update %s after %d retries.', logger.error('Failed to update %s after %d retries.',
self.model._meta.object_name, _attempt) self.model._meta.object_name, _attempt)
def signal_finished(self, pk):
pass
# notify_task_runner(dict(complete=pk))
def get_path_to(self, *args): def get_path_to(self, *args):
''' '''
Return absolute path relative to this file. Return absolute path relative to this file.