mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 15:37:38 +00:00
* Fix new devel sanity errors. (#3194) (cherry picked from commit1fec1d0c81) * Add two more. * Fix PR #. Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit1a3c221995) Co-authored-by: patchback[bot] <45432694+patchback[bot]@users.noreply.github.com>
This commit is contained in:
parent
d85908da6e
commit
bc02dc4c44
17 changed files with 45 additions and 30 deletions
|
|
@ -556,7 +556,7 @@ class MavenDownloader:
|
|||
return "Cannot find md5 from " + remote_url
|
||||
try:
|
||||
# Check if remote md5 only contains md5 or md5 + filename
|
||||
_remote_md5 = remote_md5.split(None)[0]
|
||||
_remote_md5 = remote_md5.split(None, 1)[0]
|
||||
remote_md5 = _remote_md5
|
||||
# remote_md5 is empty so we continue and keep original md5 string
|
||||
# This should not happen since we check for remote_md5 before
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue