diff --git a/server-api/client-tests/client.py b/server-api/client-tests/client.py index 730dae6..d488af8 100644 --- a/server-api/client-tests/client.py +++ b/server-api/client-tests/client.py @@ -30,8 +30,8 @@ class Test: @staticmethod def __create_admin(cargo_path: str): - # /home/$user/.cargo?!?jedi=0, /bin/cargo <- normally?!? (*_*key: Text*_*, default: _T) ?!?jedi?!? - # prolly some awful ?!?jedi=0, shit on pipes?!? (*_*key: Text*_*) ?!?jedi?!? + # /home/$user/.cargo/bin/cargo <- normally + # prolly some awful shit on pipes CARGO_BIN = os.getenv(cargo_path) raw_json = subprocess.run(f'{CARGO_BIN} run --release -- -c dev-test'.split(), text=True, capture_output=True) #raw_json = raw_json_b[2:-1].replace('\\n', ' ').strip()