New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 689568 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Stale xvfb.pyc in checkout causes error

Project Member Reported by jochen@chromium.org, Feb 7 2017

Issue description

Cc: thomasanderson@chromium.org
strange, the `remove_stale_pyc_files` hook in DEPS should've deleted said file ...
that one only removes pyc files if the corresponding py file no longer exists
ok, turns out that xvfb.py invokes xvfb-run __file__ but __file__ in python2 points to the pyc if it exists (which is not executable)
Owner: jochen@chromium.org
Status: Assigned (was: Untriaged)
Components: -Infra Infra>Client>Chrome
> that one only removes pyc files if the corresponding py file no longer exists

Good point. Of course, if the file does still exist, python should deal with this automatically. So it being a problem like what it sounds like you've found makes more sense.
Status: Fixed (was: Assigned)

Sign in to add a comment