summaryrefslogtreecommitdiff
path: root/geneticone/exceptions.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-09 23:38:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-09 23:38:24 +0200
commit359309950a1283dbbf9df6ce1085838087cfc262 (patch)
treef61c130ebc77fbe8c5d0791705e3d4bec5b1a00f /geneticone/exceptions.py
parent96cc1e3964d5ab94847a5756f0494f112b3dac15 (diff)
downloadportato-359309950a1283dbbf9df6ce1085838087cfc262.tar.gz
portato-359309950a1283dbbf9df6ce1085838087cfc262.tar.bz2
portato-359309950a1283dbbf9df6ce1085838087cfc262.zip
Show dialog, that update world might not work as expected
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ib/importers/lastpass2pass.rb?id=85757e99bff29d6fa663a6b291c9047ccce8c6d3&follow=1'>lastpass2pass.rb: Check for nil names/groupingsBrian Tomlinson1-3/+3 In particular, people were encountering exceptions when `empty?` was called on a `nil` grouping. 2015-09-30emacs: Guard against "%" in message stringSvend Sorensen1-5/+5 The output of pass may contain "%", which will cause `message` to throw the error: "Not enough arguments for format string". For example, `pass rename foo bar` outputs: [master c33f7a9] Rename foo to bar. 1 file changed, 0 insertions(+), 0 deletions(-) rename foo.gpg => bar.gpg (100%) 2015-07-24passmenu: Space to tabsChris Down1-2/+2 It seems this file doesn't use spaces any more. 2015-07-24passmenu: Only pass first line to xdotoolChris Down1-1/+3 In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool. 2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down1-1/+1 This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report. 2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton1-3/+10