Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 2, 2024
1 parent 7f0c096 commit 1c78d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kiara/interfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def kiara_config(self) -> "KiaraConfig":
terminal_print(f"Error loading kiara config: {e}")
sys.exit(1)

kiara_config.runtime_config.runtime_profile = "default"
# kiara_config.runtime_config.runtime_profile = "default"

self._kiara_config = kiara_config
return self._kiara_config
Expand Down

0 comments on commit 1c78d89

Please sign in to comment.