From: Oleg Broytman Date: Fri, 7 Sep 2007 14:21:22 +0000 (+0000) Subject: With python being run from /usr/bin/env __debug__ is always True. :( X-Git-Tag: v4.5.3~310 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=873eb26584de24cb6a319e35f76a585eb6a1059a;p=bookmarks_db.git With python being run from /usr/bin/env __debug__ is always True. :( git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@66 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/bkmk2db.py b/bkmk2db.py index 954b246..bec23f5 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -14,7 +14,7 @@ from bkmk_parser import BkmkParser def run(): optlist, args = getopt(sys.argv[1:], "is") - show_pbar = not __debug__ + show_pbar = True report_stats = 1 for _opt, _arg in optlist: