Skip to content

shebang typo in generate_legacy_storage_files.py #21306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wwuck opened this issue Jun 4, 2018 · 1 comment · Fixed by #21307
Closed

shebang typo in generate_legacy_storage_files.py #21306

wwuck opened this issue Jun 4, 2018 · 1 comment · Fixed by #21307
Milestone

Comments

@wwuck
Copy link

wwuck commented Jun 4, 2018

Problem description

The shebang line at the top of https://github.com/pandas-dev/pandas/blob/master/pandas/tests/io/generate_legacy_storage_files.py#L1 has an incorrect interpreter.

It is currently set to /usr/env/bin python

Expected Output

The interpreter should instead be set to /usr/bin/env python

@wwuck wwuck mentioned this issue Jun 4, 2018
1 task
@wwuck
Copy link
Author

wwuck commented Jun 4, 2018

I noticed this appearing in lintian warning output while packaging a python application with dh-virtualenv.

@jorisvandenbossche jorisvandenbossche added this to the 0.24.0 milestone Jun 4, 2018
jorisvandenbossche pushed a commit that referenced this issue Jun 4, 2018
Fix shebang typo in generate_legacy_storage_files.py

closes #21306
david-liu-brattle-1 pushed a commit to david-liu-brattle-1/pandas that referenced this issue Jun 18, 2018
Fix shebang typo in generate_legacy_storage_files.py

closes pandas-dev#21306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants