** Changed in: openshot
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/912369

Title:
  Don't mix tabs and spaces in python code

Status in OpenShot Video Editor:
  Fix Released

Bug description:
  Please replace alls tabs with 4 spaces. You should avoid mixing tabs and 
spaces. It is a good idea to only use spaces.
  Using tabs in python can lead to bugs which are very hard to find.
  For a quick code analysis Cython (www.cython.org) can be used:

  for x in `find | grep py`; do echo "############### $x:"; cython $x;
  done

  The above command line showed several problems in your code (Version 1.4.0).
  With cython you can also improve the speed of time critical python code a lot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/912369/+subscriptions

-- 
Mailing list: https://launchpad.net/~openshot.bugs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openshot.bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to