Add docstring

This commit is contained in:
Bo Maryniuk 2017-01-05 22:40:43 +01:00 committed by rallytime
parent 9b0a786aeb
commit 62f2c87080

View File

@ -19,6 +19,12 @@ log = logging.getLogger(__name__)
def get_roster_file(options):
'''
Find respective roster file.
:param options:
:return:
'''
template = None
if options.get('__disable_custom_roster') and options.get('roster_file'):
roster = options.get('roster_file').strip('/')