Fix probabilmente definitivo.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1f83db6105
commit
3a9f13594c
@ -10,7 +10,6 @@ import re
|
|||||||
import shlex
|
import shlex
|
||||||
import tempfile
|
import tempfile
|
||||||
import urllib.request
|
import urllib.request
|
||||||
import hashlib
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
import loaih
|
import loaih
|
||||||
|
|
||||||
@ -167,7 +166,7 @@ class Build(loaih.RemoteBuild):
|
|||||||
# Remote storage. I have to query a remote site to know if it
|
# Remote storage. I have to query a remote site to know if it
|
||||||
# was already built.
|
# was already built.
|
||||||
name = self.appimagefilename[arch]
|
name = self.appimagefilename[arch]
|
||||||
url = self.storage_path.rstrip('/') + self.full_path + '/' + name
|
url = self.storage_path.rstrip('/') + self.full_path + '/'
|
||||||
matching = []
|
matching = []
|
||||||
try:
|
try:
|
||||||
with urllib.request.urlopen(url) as response:
|
with urllib.request.urlopen(url) as response:
|
||||||
|
Reference in New Issue
Block a user