fixed logging and added default number
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
# 2. Create a wrapper script that runs your python file with the correct PATH
|
||||
runScript = pkgs.writeShellScriptBin "run-python-script" ''
|
||||
export PATH="${pkgs.exiftool}/bin:$PATH"
|
||||
export PATH="${pkgs.exiftool}/bin:${pkgs.ffmpeg}/bin:$PATH"
|
||||
exec ${myPython}/bin/python ./translate.py "$@"
|
||||
'';
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user