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:
8d2983c
)
trivial: add comment in scripts/debug.py about trial option parsing. refs #1296
author
david-sarah
<david-sarah@jacaranda.org>
Wed, 19 Jan 2011 06:08:08 +0000
(22:08 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Wed, 19 Jan 2011 06:08:08 +0000
(22:08 -0800)
src/allmydata/scripts/debug.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/debug.py
b/src/allmydata/scripts/debug.py
index 168c2ae00b939d0fff63359c6483bbb3f969bbfa..8073fe783a6e74e23237640e2a1b2d4034d87d6d 100644
(file)
--- a/
src/allmydata/scripts/debug.py
+++ b/
src/allmydata/scripts/debug.py
@@
-793,6
+793,8
@@
class TrialOptions(twisted_trial.Options):
def parseOptions(self, all_subargs, *a, **kw):
self.trial_args = list(all_subargs)
+
+ # any output from the option parsing will be printed twice, but that's harmless
return twisted_trial.Options.parseOptions(self, all_subargs, *a, **kw)
def parseArgs(self, *nonoption_args):