From 28dbbc4132615ce52cc5d37b8f4a90808c45431b Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 21 Oct 2020 20:24:02 -0700 Subject: [PATCH] vim somtimes gets prompts stuck in the code somehow yea idk either --- server-api/client-tests/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()