Created a settings > path_manager class and cleaned up srtting manager class
This commit is contained in:
@@ -19,7 +19,7 @@ class ManifestMapperException(Exception):
|
||||
class ManifestManager:
|
||||
def __init__(self):
|
||||
|
||||
self._plugins_path = settings_manager.get_plugins_path()
|
||||
self._plugins_path = settings_manager.path_manager.get_plugins_path()
|
||||
|
||||
self.pre_launch_manifests = []
|
||||
self.post_launch_manifests = []
|
||||
|
||||
Reference in New Issue
Block a user