Skip to content

Commit

Permalink
delete backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Sep 30, 2022
1 parent fa1ea57 commit 3e2b2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/antares_xpansion/general_data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def change_general_data_file_to_configure_antares_execution(self):
config.write(writer)
if has_playlist:
self.backport_playlist(ini_file_backup, writer, playlist_options)
os.remove(ini_file_backup)

def backport_playlist(self, ini_file_backup, writer, playlist_options: dict):
ini_reader = GeneralDataIniReader(ini_file_backup)
Expand Down

0 comments on commit 3e2b2dc

Please sign in to comment.