vim somtimes gets prompts stuck in the code somehow yea idk either

This commit is contained in:
shockrah 2020-10-21 20:24:02 -07:00
parent c5db9bae51
commit 28dbbc4132

View File

@ -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()