Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tasks_v2 into develop
  • Loading branch information
Ezra Peisach committed May 28, 2024
2 parents 0af883e + cd63993 commit b0db037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wwpdb/apps/ann_tasks_v2/webapp/StatusUpdateWebAppWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ def __makeStartOpResponse(self, identifier, contentType, formatType="pdbx"):
"\n+%s.%s starting with identifier %s statusCode %r authRelCode %r annotatorId %r\n"
% (self.__class__.__name__, inspect.currentframe().f_code.co_name, identifier, statusCode, authRelCode, annotatorId)
)
else:
self._lfh.write("\n+%s.%s ERROR failing to fetchId %s\n"
% (self.__class__.__name__, inspect.currentframe().f_code.co_name, identifier))
rC = ResponseContent(reqObj=self._reqObj, verbose=self._verbose, log=self._lfh)
rC.setError("Unable to decipher identifier")
return rC

# Prepare the Startup data items
myD = {}
Expand Down

0 comments on commit b0db037

Please sign in to comment.