Compare commits
1 Commits
cybrespace
...
fix-backup
Author | SHA1 | Date |
---|---|---|
khr | 3821241c46 |
|
@ -143,6 +143,7 @@ class BackupService < BaseService
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue Errno::ENOENT
|
rescue Errno::ENOENT
|
||||||
|
rescue Seahorse::Client::NetworkingError
|
||||||
Rails.logger.warn "Could not backup file #{filename}: file not found"
|
Rails.logger.warn "Could not backup file #{filename}: file not found"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue