Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
c0c02fc9
Commit
c0c02fc9
authored
Sep 05, 2020
by
Daniel Wolf
Browse files
Don't update the checksum of a host if its download fails
parent
ba7936de
Pipeline
#7395
passed with stage
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/service/RuleImportService.kt
View file @
c0c02fc9
...
...
@@ -233,6 +233,7 @@ class RuleImportService : IntentService("RuleImportService") {
}
catch
(
ex
:
java
.
lang
.
Exception
)
{
ex
.
printStackTrace
()
log
(
"Downloading resource of ${it.name} failed ($ex)"
)
newChecksums
.
remove
(
it
)
}
finally
{
response
?.
body
?.
close
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment