Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Sep 26, 2024
1 parent 244b934 commit 0bbfa51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/software_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def __setup(self):
self._software_home_location = os.path.join(expanduser('~'), '.raidionics')
if not os.path.exists(self._software_home_location):
os.makedirs(self._software_home_location)
os.makedirs(self._software_home_location)
self._user_preferences_filename = os.path.join(expanduser('~'), '.raidionics', 'raidionics_preferences.json')
self._session_log_filename = os.path.join(expanduser('~'), '.raidionics', 'session_log.log')
self.models_path = os.path.join(expanduser('~'), '.raidionics', 'resources', 'models')
Expand Down

0 comments on commit 0bbfa51

Please sign in to comment.