Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 27, 2023
2 parents ea47279 + 5df4d48 commit 35f3520
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions unfold/unfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contains the Unfold class, to extract datapackage files.
"""
import os
import copy
import os
import pickle
import uuid
from ast import literal_eval
Expand Down Expand Up @@ -1224,9 +1224,7 @@ def write(self, superstructure: bool = False, export_dir: str = None):
index=False,
)

print(
f"Scenario difference file exported to {filename}.csv!"
)
print(f"Scenario difference file exported to {filename}.csv!")
print("")
print("Writing superstructure database...")
change_db_name(self.database, self.name or self.package.descriptor["name"])
Expand Down

0 comments on commit 35f3520

Please sign in to comment.