Skip to content

Commit c9ca5a9

Browse files
committed
Version bump to 0.4.3
Removed the option to create config file from SettingsManager init. Still causing issues and SettingsManager should not do that on call anyway. Still remains in beta
1 parent db251ea commit c9ca5a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

process_tracker/utilities/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ def __init__(self, config_location=None):
6868

6969
if exists:
7070
self.read_config_file()
71-
else:
72-
self.logger.error("Config file not found. Unable to read.")
73-
raise Exception("Config file not found. Unable to read.")
7471

7572
def create_config_file(self):
7673
"""

0 commit comments

Comments
 (0)