Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Handle one-liner defintions#77

Merged
Nurdok merged 2 commits into
PyCQA:masterfrom
Nurdok:issue-76
Nov 7, 2014
Merged

Handle one-liner defintions#77
Nurdok merged 2 commits into
PyCQA:masterfrom
Nurdok:issue-76

Conversation

@Nurdok
Copy link
Copy Markdown
Member

@Nurdok Nurdok commented Jul 21, 2014

Fixed issue #76.

Nurdok added 2 commits June 27, 2014 16:53
Test worked on first run and failed on the second run.
The reason for this is the reference to `__file__` in `test.py`.
The problem is that after the first run, `__file__` points to the `.pyc` file instead of the original `.py` file which makes `pep257` fail (because it requires the source).
@adrianmoisey
Copy link
Copy Markdown

I just hit this bug. This PR is old, it would be great if it could be merged. @crs17 @JensRantil @JoanPeturPetersen @keleshev, is anyone still maintaining this project?

Nurdok added a commit that referenced this pull request Nov 7, 2014
Handle one-liner defintions
@Nurdok Nurdok merged commit 9589896 into PyCQA:master Nov 7, 2014
@Nurdok Nurdok deleted the issue-76 branch November 7, 2014 16:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants