mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Python 2.6 str.format() compatibility fixes.
This commit is contained in:
@@ -48,6 +48,6 @@ if __name__ == '__main__':
|
||||
finally:
|
||||
os.chdir(orig_dir)
|
||||
except:
|
||||
print("Problem occurred. Patch saved in: {}".format(patchfilename))
|
||||
print("Problem occurred. Patch saved in: {0}".format(patchfilename))
|
||||
else:
|
||||
os.remove(patchfilename)
|
||||
|
||||
Reference in New Issue
Block a user