mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
trivial: add comment in scripts/debug.py about trial option parsing. refs #1296
This commit is contained in:
parent
8d2983c493
commit
74b1eec1d6
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user