Skip to content

Commit

Permalink
HGI-6324: raised exception for gl_daily
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Aug 8, 2024
1 parent 8e014d0 commit d5422c5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ def sync(self, catalog_entry):
elif self.gl_weekly and not self.gl_daily:
self.gl_weekly = False
self.gl_daily = True
elif self.gl_daily:
# If we already are at gl_daily we have to give up
raise Exception(r)

break
else:
self.gl_weekly = False
Expand Down

0 comments on commit d5422c5

Please sign in to comment.