Skip to content

Commit

Permalink
Resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeAgez committed May 18, 2020
2 parents a109885 + 7d5e5d4 commit 863f479
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pylcaio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,7 @@ def save_system(self, format):
self.io_database_name_and_version +
'_STAM/')):
os.mkdir(pkg_resources.resource_filename(__name__, '/Databases/' + self.lca_database_name_and_version +
'_' + self.io_database_name_and_version +
'_STAM/'))
'_' + self.io_database_name_and_version +'_STAM/'))
if not os.path.exists(pkg_resources.resource_filename(__name__, '/Databases/' +
self.lca_database_name_and_version + '_' +
self.io_database_name_and_version +
Expand Down

0 comments on commit 863f479

Please sign in to comment.