Skip to content

Commit

Permalink
Merge pull request #182 from jogihood/patch-1
Browse files Browse the repository at this point in the history
Add " to the path to avoid problems with spaces in the path
  • Loading branch information
prascle authored Jul 17, 2024
2 parents c5682f8 + 3664afa commit 8fe21a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envCloudComPy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@set PATH=%CLOUDCOMPY_ROOT%\CloudCompare;%CLOUDCOMPY_ROOT%\ccViewer;%SCRIPT_DIR%;%PATH%
@set PATH=%CLOUDCOMPY_ROOT%\CloudCompare\plugins;%PATH%

2>NUL python %CLOUDCOMPY_ROOT%\checkenv.py || echo "Incorrect Environment! Problem with Python test!"
2>NUL python "%CLOUDCOMPY_ROOT%\checkenv.py" || echo "Incorrect Environment! Problem with Python test!"

0 comments on commit 8fe21a7

Please sign in to comment.