浏览代码

Small pathfix

koerschens 3 年之前
父节点
当前提交
1fa782c4a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 $@