Skip to content

Commit

Permalink
Merge pull request #5064 from bcgov/dev-rook-DV-3676
Browse files Browse the repository at this point in the history
added debug statements
  • Loading branch information
divyav-aot authored Feb 12, 2024
2 parents d6ad060 + 22baa5c commit 6dfbe75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def calculatepagecount(self, requestid, ministryrequestid, userid):
if len(uploadedrecords) > 0:
records, err = recordservicegetter().getdatafromdocreviewer(uploadedrecords, ministryrequestid)
if err is None:
print(f'records == {records}')
pagecount = self.__calculatepagecount(records)
return FOIMinistryRequest().updaterecordspagecount(ministryrequestid, pagecount, userid)
return DefaultMethodResult(True,'No request to update', ministryrequestid)
Expand Down

0 comments on commit 6dfbe75

Please sign in to comment.