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:
parent
6e9b4a5087
commit
1f4509597b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue