mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
This is embarrassing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user