anal fix: line too long

This commit is contained in:
Josh Holtrop 2011-02-28 13:51:22 -05:00
parent 707c66d32c
commit 286c5195ec

3
jsvn
View File

@ -176,7 +176,8 @@ def main(argv):
if argv[0] == "switch":
r = switch(argv, realsvn)
if r == 0:
Popen(realsvn + ' info | grep --color=none "^URL:"', shell = True).wait()
Popen(realsvn + ' info | grep --color=none "^URL:"',
shell = True).wait()
if r >= 0:
return r