This commit is contained in:
Bo Maryniuk 2017-01-05 22:41:53 +01:00 committed by rallytime
parent d1516664f7
commit 97b0f64923

View file

@ -54,7 +54,7 @@ def get_roster_file(options):
raise IOError('No roster file found')
if not os.access(template, os.R_OK):
raise IOError('Access denied to roster "{}"'.format(template))
raise IOError('Access denied to roster "{0}"'.format(template))
return template