Skip to content

Commit

Permalink
Merge pull request #57 from ecmwf/fix/schedule-reader-default-none
Browse files Browse the repository at this point in the history
fix[schedule]: default SCHEDULE_READER to none
  • Loading branch information
peshence authored Dec 12, 2024
2 parents d37796d + 69dd66a commit 5661d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polytope_server/common/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from polytope_feature.utility.exceptions import PolytopeError

schedule_file_path = os.path.join("/etc/polytope_schedule/schedule.xml")
SCHEDULE_READER = None


class ScheduleReader:
Expand Down

0 comments on commit 5661d52

Please sign in to comment.