Copying the wrong python file...ugh
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp $src/detector.py $out/detector.py
|
||||
cp $src/yolo-cli.py $out/objectifier.py
|
||||
cp $src/objectifier.py $out/objectifier.py
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user