Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-07-25 12:48:48 +02:00
18 changed files with 195 additions and 108 deletions

View File

@@ -168,7 +168,7 @@ class BackupService < BaseService
io.write(buffer)
end
end
rescue Errno::ENOENT, Seahorse::Client::NetworkingError
Rails.logger.warn "Could not backup file #{filename}: file not found"
rescue Errno::ENOENT, Seahorse::Client::NetworkingError => e
Rails.logger.warn "Could not backup file #{filename}: #{e}"
end
end