Bug 1577826 Comment 16 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I got the error also in C:\mozilla-build\python3\Lib\subprocess.py when running ` mach clang-format`.

Dumpling out the `env` variable, I see heaps of b's prepended: {b'!::': b'::\\', b'!EXITCODE': b'00000001' ...

I guess that's another bug, but perhaps we can fix the issue globally. What about the `mach clobber` from bug 1578198?
I got the error also in C:\mozilla-build\python3\Lib\subprocess.py when running ` mach clang-format`.

Dumpling out the `env` variable, I see heaps of b's prepended: {b'!::': b'::\\', b'!EXITCODE': b'00000001' ...

I guess that's another bug, but perhaps we can fix the issue globally. What about the `mach clobber` from bug 1578198?

EDIT: In this case the workaround was calling with ` None`  instead of ` env` . But it's mildly annoying that various tools are broken so you need to fix them first before doing "real" work :-(

Back to Bug 1577826 Comment 16