mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Python 2.6 str.format()
compatibility fixes.
This commit is contained in:
parent
95ff8f1a90
commit
797664d9cb
20 changed files with 43 additions and 62 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue