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
Constantin Jucovschi
sublime_lmh
Commits
a223a65b
Commit
a223a65b
authored
Jan 28, 2014
by
Constantin Jucovschi
Browse files
improvced theoexec
parent
db619d07
Changes
2
Hide whitespace changes
Inline
Side-by-side
sally.py
View file @
a223a65b
...
...
@@ -15,7 +15,7 @@ class SallyClient(object):
self
.
corrMap
[
corrid
]
=
None
if
callback
==
None
:
print
"No callback for correlation id %s"
%
corrid
;
print
(
"No callback for correlation id %s"
%
corrid
)
;
if
callback
(
message
)
==
True
:
self
.
corrMap
[
corrid
]
=
callback
...
...
theoexec.jar
View file @
a223a65b
No preview for this file type
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