Skip to content

Commit

Permalink
correct file not found message
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 21, 2023
1 parent 82dd95e commit fe477c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVSVesuvio/vesuvio_analysis/ICHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def setOutputDirsForSample(IC, sampleName):

def wsHistoryMatchesInputs(runs, mode, ipfile, localPath):
if not (localPath.is_file()):
logger.notice("IP FILE NOT FOUND")
logger.notice("Cached workspace not found")
return False
local_ws = Load(Filename=str(localPath))
ws_history = local_ws.getHistory()
Expand Down

0 comments on commit fe477c0

Please sign in to comment.