mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
This is embarrassing
This commit is contained in:
parent
3f9c2cf465
commit
3522920b08
@ -276,7 +276,7 @@ class ApiV1ConfigView(APIView):
|
||||
try:
|
||||
os.remove(fname)
|
||||
except OSError, e:
|
||||
if e.errno != errno.ENOENT
|
||||
if e.errno != errno.ENOENT:
|
||||
errno = e.errno
|
||||
break
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user