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

Fix combine_files.py #7

Open
acrosman opened this issue Aug 14, 2021 · 2 comments · May be fixed by #12
Open

Fix combine_files.py #7

acrosman opened this issue Aug 14, 2021 · 2 comments · May be fixed by #12
Labels
bug Something isn't working Hacktoberfest

Comments

@acrosman
Copy link
Owner

Currently attempts to merge files into the processed.json file using combined_files.py triggers the following:

$ python combine_files.py 
/path/to/project/raw_data/FOIA Transparency Salary Data 1.2021.csv
Traceback (most recent call last):
  File "combine_files.py", line 34, in <module>
    file_date = re.match('.*([0-9]{8}).*csv$', listing).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
@acrosman acrosman added the bug Something isn't working label Aug 14, 2021
@codewith-arijit
Copy link

Hi, is this issue open? Can I be assigned on it?

@acrosman
Copy link
Owner Author

acrosman commented Oct 6, 2021

Go for it.

@Anshullakhera Anshullakhera linked a pull request Oct 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants