Skip to content

Commit

Permalink
fix: bring back time series
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Sep 25, 2024
1 parent bc0679a commit 1e2993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2x/exporter/plexos.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(self, *args, new_database: bool = True, **kwargs) -> "PlexosExporter":
"""Run the exporter."""
logger.info("Starting {}", self.__class__.__name__)

# self.export_data_files()
self.export_data_files()

# If starting w/o a reference file we add our custom models and objects
if new_database:
Expand Down

0 comments on commit 1e2993e

Please sign in to comment.