mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lintfix
This commit is contained in:
parent
d1516664f7
commit
97b0f64923
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue