Skip to content

Commit

Permalink
Fix formatting of string for SDF export.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 7, 2023
1 parent 3e39224 commit 6830d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unfold/unfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,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}")
print("")
print("Writing superstructure database...")
change_db_name(self.database, self.name or self.package.descriptor["name"])
Expand Down

1 comment on commit 6830d40

@romainsacchi
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adresses #9.

Please sign in to comment.