Skip to content
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

Removed unnecessary global IMPORTS list and added quotations to CSV generation #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

born2c0de
Copy link

  1. Replaced with sys.modules
    https://docs.python.org/2/library/sys.html#sys.modules

  2. Adding quoting for non-numeric data to prevent CSV reading issues when filenames contain spaces.

Fixes CSV reading issues (with appropriate quotes) that arise when
values (such as filenames) contains spaces.
@born2c0de born2c0de changed the title Removed unnecessary global IMPORTS list Removed unnecessary global IMPORTS list and added quotations to CSV generation Nov 17, 2015
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 this pull request may close these issues.

1 participant