Skip to content

Commit

Permalink
Update run_standalone_backup.bat
Browse files Browse the repository at this point in the history
change back to set PYTHONPATH=.
  • Loading branch information
esmith1729 authored Mar 11, 2024
1 parent 2599890 commit d1482dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installation_and_upgrade/run_standalone_backup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
setlocal
set "SOURCE=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\Releases"
call "%~dp0\define_latest_genie_python.bat"
cd "%~dp0"
set PYTHONPATH=.
@REM Needs to be run from installation_and_upgrade directory for modules to work
@REM Might want to use Python in Instruments/
call "%LATEST_PYTHON%" "%~dp0ibex_install_utils\tasks\backup_tasks.py"
endlocal

0 comments on commit d1482dd

Please sign in to comment.