debpython.pydist.guess_dependency prints to stderr if egg-info not present
Bug #812960 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-defaults (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Call guess_dependenc
Instead, no output should be displayed at all. Functions should give feedback via return values or raised exceptions.
The way to do this is to add stderr=PIPE to the arguments to Popen.
Related branches
lp://staging/~jml/ubuntu/oneiric/python-defaults/swallow-stderr-812960
- Scott Kitterman: Approve
- Ubuntu branches: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifieddebpython/pydist.py (+1/-1)
To post a comment you must log in.
Fix committed to the Debian VCS for python-defaults.