1. 02 Jul, 2014 1 commit
    • Kirill Smelkov's avatar
      scripts/fsrefs: Fix -v · 29f75cc6
      Kirill Smelkov authored
      For this script verbose mode was added in 57bca1f0 (Add -v option to
      control whether tracebacks are printed.) and was later broken in
      6dd809d2 (Converted to a buildout and converted externals to
      dependencies.) - the change forgot to add global specifier for VERBOSE
      variable while moving its assignment into function context.
      
      As a result currently we have
      
          $ python ./src/ZODB/scripts/fsrefs.py -v data.fs
          Traceback (most recent call last):
            File "./src/ZODB/scripts/fsrefs.py", line 155, in <module>
              main()
            File "./src/ZODB/scripts/fsrefs.py", line 104, in main
              VERBOSE += 1
          UnboundLocalError: local variable 'VERBOSE' referenced before assignment
      
      Fix it.
      29f75cc6
  2. 04 Jun, 2014 1 commit
  3. 03 Jun, 2014 1 commit
  4. 10 Mar, 2014 3 commits
  5. 19 Feb, 2014 1 commit
  6. 18 Feb, 2014 1 commit
  7. 17 Dec, 2013 1 commit
  8. 05 Nov, 2013 3 commits
  9. 10 Oct, 2013 3 commits
  10. 18 Sep, 2013 3 commits
  11. 15 Jul, 2013 1 commit
  12. 12 Jul, 2013 2 commits
  13. 13 Jun, 2013 2 commits
  14. 11 Jun, 2013 3 commits
  15. 08 Jun, 2013 7 commits
  16. 07 Jun, 2013 5 commits
  17. 29 May, 2013 2 commits