We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efefef4 commit 5777298Copy full SHA for 5777298
python-http-server/https/self_signed.py
@@ -30,7 +30,7 @@ def path(self) -> Path:
30
subject.C = self.country
31
subject.ST = self.state
32
subject.L = self.locality
33
- subject.O = self.organization
+ subject.O = self.organization # noqa
34
subject.OU = self.organizational_unit
35
36
certificate.set_serial_number(self.serial_number)
0 commit comments