Skip to content

Commit

Permalink
Merge in local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Sep 2, 2024
1 parent 639d7a0 commit 04be615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wwpdb/apps/ann_tasks_v2/pcm/PcmCCDEditorForm.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def __runPcmCcdCheck(self):
"""Run PCM script to check missing annotation"""
self.__entryFile = self.__reqObj.getValue("entryfilename")
inpPdbxPath = os.path.join(self.__sessionPath, self.__entryFile)

if not os.access(inpPdbxPath, os.F_OK):
logging.error("Missing entry file %s", inpPdbxPath)
return
Expand Down Expand Up @@ -161,4 +160,4 @@ def __buildCCDFormHtml(self):
myD = {}
myD["statuscode"] = "ok"
myD["htmlcontent"] = htmlcontent
return myD
return myD

0 comments on commit 04be615

Please sign in to comment.