]> git.phdru.name Git - bookmarks_db.git/commitdiff
With python being run from /usr/bin/env __debug__ is always True. :(
authorOleg Broytman <phd@phdru.name>
Fri, 7 Sep 2007 14:21:22 +0000 (14:21 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 7 Sep 2007 14:21:22 +0000 (14:21 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@66 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

bkmk2db.py

index 954b246d3a45a7269c6ccad15b43cb4b9a60cf02..bec23f50b949ec397b8aa523f36a465dbb666c5b 100755 (executable)
@@ -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: