Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
putro
autonym
Commits
476f0d52
Commit
476f0d52
authored
Apr 01, 2014
by
putro
Browse files
fixed error, invalid syntax for subject type
parent
4d09129a
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
476f0d52
...
@@ -154,7 +154,7 @@ def createNym():
...
@@ -154,7 +154,7 @@ def createNym():
def
prepareSetupMsg
(
keyid
,
subj_type
,
subject
):
def
prepareSetupMsg
(
keyid
,
subj_type
,
subject
):
key
=
gpgfuncts
.
exportPubKey
(
keyid
)
key
=
gpgfuncts
.
exportPubKey
(
keyid
)
msg
=
"%s
=
%s
\n\n
"
%
(
subj_type
,
subject
)
+
key
msg
=
"%s
:
%s
\n\n
"
%
(
subj_type
,
subject
)
+
key
return
msg
return
msg
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment