Fixed syntax issue with plugin code
This commit is contained in:
parent
f12c03f13a
commit
d4f79f6ecb
@ -45,7 +45,7 @@ def git_rename(RenameEventInstance):
|
|||||||
# Stage the changes and commit
|
# Stage the changes and commit
|
||||||
GitPlugin.shell("add \*/{}.\*".format(old_key))
|
GitPlugin.shell("add \*/{}.\*".format(old_key))
|
||||||
GitPlugin.shell("add \*/{}.\*".format(new_key))
|
GitPlugin.shell("add \*/{}.\*".format(new_key))
|
||||||
GitPlugin.shell('commit -m "Renamed {} to {}"'.format(old_key, new_key)
|
GitPlugin.shell('commit -m "Renamed {} to {}"'.format(old_key, new_key))
|
||||||
|
|
||||||
|
|
||||||
@RemoveEvent.listen()
|
@RemoveEvent.listen()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user