trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
f192ffc18d
commit
bf29cb38ed
|
@ -41,7 +41,7 @@ def main():
|
||||||
|
|
||||||
if not options.rooturi:
|
if not options.rooturi:
|
||||||
raise ValueError("must provide --root-uri")
|
raise ValueError("must provide --root-uri")
|
||||||
|
|
||||||
vdrive_fname = args[0]
|
vdrive_fname = args[0]
|
||||||
local_file = None
|
local_file = None
|
||||||
if len(args) > 1:
|
if len(args) > 1:
|
||||||
|
|
Loading…
Reference in New Issue