mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-31 18:01:20 +01:00
replaces state manager error with info log when no filename was provided
This commit is contained in:
@@ -126,7 +126,7 @@ class StateManager:
|
||||
with open(self.filename, "w") as f:
|
||||
json.dump(self.cache, f, indent=4)
|
||||
else:
|
||||
logger.error(
|
||||
logger.info(
|
||||
"State manager was not initialised with a filename. Skipping "
|
||||
"'save_state'..."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user