File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,9 +286,7 @@ def check_environment() -> None:
286286 secj = os .environ .get ("SENZING_ENGINE_CONFIGURATION_JSON" )
287287 if not secj or (secj and len (secj ) == 0 ):
288288 # TODO - V4 doc links
289- print (
290- textwrap .dedent (
291- """\n \
289+ print (textwrap .dedent ("""\n \
292290 ERROR: SENZING_ROOT or SENZING_ENGINE_CONFIGURATION_JSON environment variable is not set:
293291
294292 - If using a Senzing project on a bare metal install, source the setupEnv file in the project root path
@@ -299,9 +297,7 @@ def check_environment() -> None:
299297 - If running within a container set the SENZING_ENGINE_CONFIGURATION_JSON environment variable.
300298
301299 https://github.com/Senzing/knowledge-base/blob/main/lists/environment-variables.md#senzing_engine_configuration_json
302- """
303- )
304- )
300+ """ ))
305301 sys .exit (1 )
306302
307303
You can’t perform that action at this time.
0 commit comments