← Back to team overview

handbox team mailing list archive

[Bug 1464839] Re: Need fix string generation in tests and etc

 

** Changed in: shellper
   Importance: Undecided => Low

** Changed in: shellper
    Milestone: None => alpha

-- 
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


References