Skip to content

Commit

Permalink
gaffer.cmd : Conform debugger command line
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Oct 10, 2023
1 parent 8c70b53 commit e807ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gaffer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ for /f "tokens=1* delims=;" %%A in ("%EXTENSION_PATH%") do (
)

if "%GAFFER_DEBUG%" NEQ "" (
%GAFFER_DEBUGGER% "%GAFFER_ROOT%\bin\python.exe" "%GAFFER_ROOT%"/bin/__gaffer.py %*
%GAFFER_DEBUGGER% "%GAFFER_ROOT%"\bin\python.exe "%GAFFER_ROOT%"/bin/__gaffer.py %*
) else (
"%GAFFER_ROOT%"\bin\python.exe "%GAFFER_ROOT%"/bin/__gaffer.py %*
)
Expand Down

0 comments on commit e807ad1

Please sign in to comment.