mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
python 2.6 fix
This commit is contained in:
parent
eb57425315
commit
0f2f78c5b8
@ -99,13 +99,13 @@ def main():
|
||||
tag = prev
|
||||
continue
|
||||
|
||||
print('{} ({}) {}; urgency={}\n'.format(args.name,tag[0],args.codename,args.urgency))
|
||||
print('{0} ({1}) {2}; urgency={3}\n'.format(args.name,tag[0],args.codename,args.urgency))
|
||||
|
||||
for line in lines:
|
||||
print(" * " + line)
|
||||
|
||||
authorandtime = git_author_and_time(tag[1])
|
||||
print(' {}\n'.format(authorandtime))
|
||||
print(' {0}\n'.format(authorandtime))
|
||||
|
||||
tag = prev
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user