| Thread Previous • Date Previous • Date Next • Thread Next |
** Changed in: shellper
Assignee: (unassigned) => dshakhray (dshakhray)
** Changed in: shellper
Status: New => In Progress
--
You received this bug notification because you are a member of handbox,
which is subscribed to shellper.
Matching subscriptions: bugs
https://bugs.launchpad.net/bugs/1464839
Title:
Need fix string generation in tests and etc
Status in Shellper - personal helper:
In Progress
Bug description:
We using `print 'Successfully created ' + str(count) + ' events!'` -
is bad.
Need:
print 'Successfully created %s events!' % str(count)
To manage notifications about this bug go to:
https://bugs.launchpad.net/shellper/+bug/1464839/+subscriptions
| Thread Previous • Date Previous • Date Next • Thread Next |