Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

fixes #976: saving tweets to csv #998

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

himanshudabas
Copy link
Contributor

@himanshudabas himanshudabas commented Oct 28, 2020

This patch fixes the issue caused by #967, which broke the functionality of saving the retrieved data into a csv file.

#967 added the functionality of saving the tweets to csv with tabs instead of , but didn't handle the case when --tabs is not provided in the command line. which would later throw an AttributeError in write.py.

This patch fixes the following issues:
#990
#983
#976

Although I have merged this branch into my master, which already have a PR on the project, I'll still keep this PR because this problem has a higher priority, and is fixed simply by changing a line.
Thus this can be merged much quickly into the twintproject:master, whereas my master has a lot of fixes and a lot of code has changed in it so it might take some time for that to get checked and eventually get merged.

In the meantime merging this into the project would provide a quick fix to people who are not being able to save the results to csv.

This patch fixes the issue caused by twintproject#967, which broke the functionality of saving the retrieved data into a csv file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants