Skip to content
Snippets Groups Projects

F fsm

Merged Timm Fitschen requested to merge f-fsm into dev
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -32,7 +32,10 @@ from caosdb.common.utils import xml2str
from caosdb.connection.connection import get_connection
from caosdb.exceptions import (HTTPClientError,
HTTPForbiddenError,
HTTPResourceNotFoundError)
HTTPResourceNotFoundError,
EntityDoesNotExistError,
ServerConfigurationException,
)
def set_server_property(key, value):
Loading