mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Fix assorted bugs found by pylint
This commit is contained in:
@@ -83,8 +83,6 @@ if __name__ == '__main__':
|
||||
# Read PEM request from stdin and print out its components
|
||||
|
||||
csrlines = sys.stdin.readlines()
|
||||
csrlines = fp.readlines()
|
||||
fp.close()
|
||||
csr = ''.join(csrlines)
|
||||
|
||||
csr = load_certificate_request(csr)
|
||||
|
||||
Reference in New Issue
Block a user