Skip to content

Commit

Permalink
longer explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Dec 5, 2023
1 parent 42d980a commit 95dcdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smodels/tools/xsecResummino.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def checkInstallation(self, compile : bool = True ) -> bool:
return True
if not compile:
return False
logger.info ( "Resummino not compiled; trying to build now" )
logger.info ( "Resummino not compiled; trying to build now (this might take a while)" )
cmd = f"cd {self.tooldir}; make"
o = subprocess.getoutput ( cmd )
ret = os.path.exists ( self.resummino_bin )
Expand Down

0 comments on commit 95dcdf2

Please sign in to comment.