Skip to content

Commit

Permalink
Merge pull request #30 from qua-platform/update_qualibrate_settings
Browse files Browse the repository at this point in the history
Update qualibrate settings
  • Loading branch information
maxim-v4s authored Sep 3, 2024
2 parents 7f90e0c + 834db37 commit b270321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qualibrate/qualibration_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def save(self) -> None:
config_path = get_config_path()
settings = get_settings(config_path)
self.storage_manager = LocalStorageManager(
root_data_folder=settings.user_storage,
active_machine_path=settings.active_machine_path,
root_data_folder=settings.qualibrate.storage.location,
active_machine_path=settings.qualibrate.active_machine.path,
)
self.storage_manager.save(node=self)

Expand Down

0 comments on commit b270321

Please sign in to comment.