removed tuple index error

This commit is contained in:
Jayesh Kariya 2015-05-22 16:56:33 +05:30
parent 82de059891
commit b9745d5c4f

View file

@ -625,5 +625,5 @@ def mod_watch(name, user=None, **kwargs):
ret['result'] = False
ret['comment'] = '{0} failed to remount: {1}'.format(name, out)
else:
ret['comment'] = 'Watch not supported in {1} at this time'.format(kwargs['sfun'])
ret['comment'] = 'Watch not supported in {0} at this time'.format(kwargs['sfun'])
return ret