Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions export_debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ REM Avoid footgun by explictly navigating to the directory containing the batch
cd /d "%~dp0"

REM Verify that OneTrainer is our current working directory
if not exist "scripts\train_ui.py" (
echo Error: train_ui.py does not exist, you have done something very wrong. Reclone the repository.
if not exist "scripts\train_ui_qt.py" (
echo Error: train_ui_qt.py does not exist, you have done something very wrong. Reclone the repository.
goto :end
)

Expand Down
4 changes: 2 additions & 2 deletions update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ REM Avoid footgun by explictly navigating to the directory containing the batch
cd /d "%~dp0"

REM Verify that OneTrainer is our current working directory
if not exist "scripts\train_ui.py" (
echo Error: train_ui.py does not exist, you have done something very wrong. Reclone the repository.
if not exist "scripts\train_ui_qt.py" (
echo Error: train_ui_qt.py does not exist, you have done something very wrong. Reclone the repository.
goto :end
)

Expand Down