-
Notifications
You must be signed in to change notification settings - Fork 76
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
int as argument for Sender's functions doesn't work. #32
Comments
from #31 |
Fixed |
Still broken for python 3. Because python-utils/luckydonaldUtils/encoding.py does not include commit with this bugfix. |
Eargh |
luckydonald
added a commit
to luckydonald/luckydonald-utils
that referenced
this issue
Sep 10, 2015
btw. spaces -> tabs
Please update |
I assume this as fixed and working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
int as argument does not work.
Fails concatenating the final command string
arg_string = " ".join([u(x) for x in args])
The text was updated successfully, but these errors were encountered: