1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00

remove test

This commit is contained in:
nishiki 2015-05-11 20:20:18 +02:00
parent 6e9b4a5087
commit 1f4509597b
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ module MPW
@config.set_last_sync
return true
# rescue Exception => e
rescue Exception => e
@error_msg = "#{I18n.t('error.sync.unknown')} #{e}"
return false
end

View file

@ -32,7 +32,7 @@ class Cli
raise(@sync.error_msg) if not @sync.sync
return true
# rescue Exception => e
rescue Exception => e
puts "#{I18n.t('display.error')} #7: #{e}".red
return false
end