Skip to content

Commit

Permalink
fix: Decode test nomcom private key before printing
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Aug 8, 2023
1 parent 56f3d44 commit a26223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/nomcom/management/commands/create_test_nomcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def handle(self, *args, **options):
position__nomcom=nc, position__name='Test Area Director', position__is_iesg_position=True,
)

self.stdout.write("%s\n" % key)
self.stdout.write("%s\n" % key.decode())
self.stdout.write("Nomcom 7437 created. The private key can also be found at any time\nin ietf/nomcom/factories.py. Note that it is NOT a secure key.\n")

0 comments on commit a26223d

Please sign in to comment.