Parcourir la source

Small pathfix

koerschens il y a 3 ans
Parent
commit
1fa782c4a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cvgpu.sh

+ 1 - 1
cvgpu.sh

@@ -3,4 +3,4 @@
 dir=$(dirname "$0")
 python_executable="$dir/miniconda3/bin/python"
 
-$python_executable python/gpu_status.py $@
+$python_executable "$dir"/python/gpu_status.py $@