mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 12:20:02 +00:00
whitespace
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
parent
9f63441af6
commit
d55a4a1e65
@ -123,7 +123,7 @@ class AddGridManagerCertOptions(BaseOptions):
|
||||
"Must provide --filename option"
|
||||
)
|
||||
|
||||
data : Union [bytes, str]
|
||||
data: str
|
||||
if self['filename'] == '-':
|
||||
print("reading certificate from stdin", file=self.parent.parent.stderr)
|
||||
data = self.parent.parent.stdin.read()
|
||||
|
Loading…
x
Reference in New Issue
Block a user