Skip to content

Commit 1456422

Browse files
install pythia8 also without ssl
1 parent 1415bca commit 1456422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/lib/pythia8/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def fetch():
3939
path = os.path.join ( url, tarball )
4040
# URL=http://home.thep.lu.se/~torbjorn/pythia8/$TARBALL
4141
#TARBALL="pythia${VER}_fixed.tgz"
42-
r = requests.get ( path, stream=True )
42+
r = requests.get ( path, stream=True, verify=False )
4343
if r.status_code != 200:
4444
print ( f"[installer.py] could not fetch tarball: {r.reason}." )
4545
rmTarball()

0 commit comments

Comments
 (0)