"make lint" stumbles over softlinks
Bug #606768 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Jeroen T. Vermeulen |
Bug Description
A fix that Jono and I just agreed on involves adding a softlink to the codebase. But it looks as if "make lint" fails to strip the @ that bzr adds to filenames to denote symlinks:
Linting changed files:
standard_
Traceback (most recent call last):
File "/usr/bin/
sys.
File "/usr/lib/
check_
File "/usr/lib/
with open(file_path) as file_:
IOError: [Errno 2] No such file or directory: 'standard_
Related branches
lp://qastaging/~jtv/launchpad/standard-test-template
- Curtis Hovey (community): Approve (code)
-
Diff: 18 lines (+3/-1)1 file modifiedbuildout-templates/bin/lint.sh.in (+3/-1)
Changed in launchpad: | |
status: | New → In Progress |
assignee: | nobody → Jeroen T. Vermeulen (jtv) |
milestone: | none → 10.08 |
Changed in launchpad: | |
status: | In Progress → Fix Committed |
affects: | launchpad → launchpad-foundations |
Changed in launchpad-foundations: | |
milestone: | 10.08 → none |
milestone: | none → 10.08 |
importance: | Undecided → Wishlist |
Changed in launchpad-foundations: | |
importance: | Wishlist → Low |
tags: | added: features |
tags: |
added: feature removed: features |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.