Make logs optional
parent
14c8458474
commit
5914f9dd07
@ -1 +1 @@
|
|||||||
python3 test.py 2>&1 | tee log.txt
|
ENV=false python3 test.py 2>&1 | tee log_$1.txt
|
Loading…
Reference in New Issue