projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f192ffc
)
trailing-whitespace eradication, no functional changes
author
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:28:54 +0000
(15:28 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:28:54 +0000
(15:28 -0700)
src/allmydata/scripts/tahoe_get.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/tahoe_get.py
b/src/allmydata/scripts/tahoe_get.py
index 4efa3da613a0baeaac56e6d6ab97fa3c0adab662..6696106c81950b0d5f0ef315cecd0e6bc2afcba4 100644
(file)
--- a/
src/allmydata/scripts/tahoe_get.py
+++ b/
src/allmydata/scripts/tahoe_get.py
@@
-41,7
+41,7
@@
def main():
if not options.rooturi:
raise ValueError("must provide --root-uri")
-
+
vdrive_fname = args[0]
local_file = None
if len(args) > 1: