Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI: Use flake8 to find Python syntax errors #1686

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Undefined name: make_key() -> make_rsa_key()
  • Loading branch information
cclauss committed Feb 5, 2020
commit 16561514782498009335205b08b2c0c123c6ab9b
@@ -252,8 +252,8 @@ def sign_desc(self, body):


def signdesc(body, args_out=None):
rsa, ident_pem, id_digest = make_key()
_, onion_pem, _ = make_key()
rsa, ident_pem, id_digest = make_rsa_key()
_, onion_pem, _ = make_rsa_key()

need_ed = '{ED25519-CERT}' in body or '{ED25519-SIGNATURE}' in body
if need_ed: