File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575
7676 truststore .inject_into_ssl ()
7777except ImportError :
78- pass
78+ logging .getLogger ("mergin.client" ).warning (
79+ "truststore could not be imported, continuing without it"
80+ )
7981
8082json_headers = {"Content-Type" : "application/json" }
8183
Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ def pull_project_finalize(job: PullJob):
701701 except NotImplementedError as e :
702702 job .mp .log .error ("Failed to get project info v2 in this server version: " + str (e ))
703703 job .mp .log .info ("--- pull aborted" )
704- raise ClientError ("Failed to get project info v2 as server not support it: " + str (e ))
704+ raise ClientError ("Failed to get project info v2 as server does not support it: " + str (e ))
705705 except ClientError as e :
706706 job .mp .log .error ("Failed to get project info v2: " + str (e ))
707707 job .mp .log .info ("--- pull aborted" )
You can’t perform that action at this time.
0 commit comments