Closed
Bug 1529415
Opened 6 years ago
Closed 6 years ago
./mach clang-format ImportError
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1529691
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: in-triage)
$ ./mach clang-format -p toolkit/xre/nsAppRunner.cpp
Processing 1 file(s)...
Process PoolWorker-1:
Traceback (most recent call last):
File "c:\Users\dblohm7\mozilla-build\python\lib\multiprocessing\process.py", line 267, in _bootstrap
self.run()
File "c:\Users\dblohm7\mozilla-build\python\lib\multiprocessing\process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "c:\Users\dblohm7\mozilla-build\python\lib\multiprocessing\pool.py", line 102, in worker
task = get()
File "c:\Users\dblohm7\mozilla-build\python\lib\multiprocessing\queues.py", line 376, in get
return recv()
ImportError: No module named dfbbb611356911e99cdf54ee75f918d0
Updated•6 years ago
|
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Mach Core → Lint and Formatting
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•