jsvn: fix indentation
This commit is contained in:
parent
42f97d1a11
commit
a83cd370ed
2
jsvn
2
jsvn
@ -127,7 +127,7 @@ def setSVNProperty(svn, prop, val, path):
|
||||
Popen([svn, 'propset', prop, val, path], stdout=PIPE).wait()
|
||||
|
||||
def delSVNProperty(svn, prop, path):
|
||||
Popen([svn, 'propdel', prop, path], stdout=PIPE).wait()
|
||||
Popen([svn, 'propdel', prop, path], stdout=PIPE).wait()
|
||||
|
||||
###########################################################################
|
||||
# Subcommand Handlers #
|
||||
|
Loading…
x
Reference in New Issue
Block a user