FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 537fd273 authored by L. Bower's avatar L. Bower
Browse files

repackaging AdvisoryBuilder (and removing camelCase)

parent 3983259a
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ import logging ...@@ -5,9 +5,9 @@ import logging
# gitlab projects # gitlab projects
# TODO: Package these projects so they are robust for importing # TODO: Package these projects so they are robust for importing
from AdvisoryBuilder import DataGatherer # created by jws52
from coordinator.utils.processor_utils import short_name from coordinator.utils.processor_utils import short_name
from coordinator.processor_base import ProcessorBase from coordinator.processor_base import ProcessorBase
from ews.advisory_builder import data_gatherer
class ProcessorAdvisory(ProcessorBase): class ProcessorAdvisory(ProcessorBase):
...@@ -52,7 +52,7 @@ class ProcessorAdvisory(ProcessorBase): ...@@ -52,7 +52,7 @@ class ProcessorAdvisory(ProcessorBase):
logging.info(f"Running for scenario {config_advisory}, {dateString}, {layout}") logging.info(f"Running for scenario {config_advisory}, {dateString}, {layout}")
report_names = DataGatherer.run_each_subregion(config_advisory, dateString, layout) report_names = data_gatherer.run_each_subregion(config_advisory, dateString, layout)
# pass the report filenames to upload to the remote server # pass the report filenames to upload to the remote server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment