handbox team mailing list archive
-
handbox team
-
Mailing list archive
-
Message #00007
[Bug 1464839] [NEW] Need fix string generation in tests and etc
Public bug reported:
We using `print 'Successfully created ' + str(count) + ' events!'` - is
bad.
Need:
print 'Successfully created %s events!' % str(count)
** Affects: shellper
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References