Skip to content
Snippets Groups Projects
  1. Jun 28, 2014
    • Jason A. Donenfeld's avatar
      Allow options in EDITOR variable · 9ed79aac
      Jason A. Donenfeld authored
      This is required by most graphical editors, as the shell command they
      provide needs to be told to wait until the file has been closed.
      
      This reverts '311c98c9'. We thus use
      PATH so that the tests still pass in directories with spaces.
      9ed79aac
    • Andrew Spiers's avatar
      keepassx2pass: Substitute empty string for None · 4d53be77
      Andrew Spiers authored
      If keepassx2pass.py is given an xml file containing passwords with an empty
      title, like <title></title>, ElementTree.text returns None. This commit
      substitutes an empty string; which will produce a password with name '_',
      instead of raising AtttributeError, as shown in this exception::
      
          Traceback (most recent call last):
            File "contrib/importers/keepassx2pass.py", line 80, in <module>
              main(sys.argv[1])
            File "contrib/importers/keepassx2pass.py", line 77, in main
              import_group(group)
            File "contrib/importers/keepassx2pass.py", line 71, in import_group
              import_entry(entry, npath)
            File "contrib/importers/keepassx2pass.py", line 58, in import_entry
              print "Importing " + path_for(element, path)
            File "contrib/importers/keepassx2pass.py", line 37, in path_for
              title = cleanTitle(space_to_camelcase(element.find('title').text))
            File "contrib/importers/keepassx2pass.py", line 16, in space_to_camelcase
              for word in value.split(" "):
          AttributeError: 'NoneType' object has no attribute 'split'
      4d53be77
  2. Jun 16, 2014
  3. May 27, 2014
  4. May 14, 2014
  5. May 13, 2014
  6. May 10, 2014
  7. May 08, 2014
  8. May 07, 2014
  9. May 06, 2014
  10. May 05, 2014
  11. Apr 29, 2014
  12. Apr 28, 2014
  13. Apr 27, 2014
  14. Apr 25, 2014
Loading