<#19682 `pants --no-pantsd run &lt;...&gt;` and `p...
# github-notifications
c
#19682 `pants --no-pantsd run &lt;...&gt;` and `pants run &lt;...&gt;` disagree on CWD Issue created by thejcannon Describe the bug Note I'm in a subdirectory
subdir
of my build root
~/work/repo
.
Copy code
josh@cephandrius:~/work/repo/subdir$ pants run subdir/printCWD.py 
/home/josh/work/repo
josh@cephandrius:~/work/repo/subdir$ pants --no-pantsd run subdir/printCWD.py 
/home/josh/work/repo/subdir
Pants version 2.16.0rc7 (I verified the same behavior is still on 2.17.0rc5) OS Linux Additional info </3 pantsbuild/pants