Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bug in my code
#3
It all depends where you get saw from. If you are using a wrong encoding, bytes for accented characters could be converted to the wrong characters.

Also,
  • "(argument, False)" is not a tuple, but a string
  • "\'Argument should be a string'" is strange (why the simple quotes, and why escaping only one?)
  • cat = cat.lower() should be done only once (in fact, there is a bug if your first letter is an uppercase... do you see why?)
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
bug in my code - by sunnysude - Feb-03-2017, 08:42 PM
RE: bug in my code - by nilamo - Feb-03-2017, 09:05 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 12:29 PM
RE: bug in my code - by Ofnuts - Feb-03-2017, 09:12 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 12:27 PM
RE: bug in my code - by Larz60+ - Feb-05-2017, 12:29 PM
RE: bug in my code - by sparkz_alot - Feb-05-2017, 02:58 PM
RE: bug in my code - by sunnysude - Feb-05-2017, 10:50 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020