EPA Queries failing because of invalid directory structure

Issue #12 resolved
Paul Stasiuk repo owner created an issue

Getting this error:

Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "threaded_import.py", line 27, in run
    check_import(self.importid)
  File "/Users/pstasiuk/git/cacw_deploy/import_heart/xml_parsing_backed.py", line 338, in check_import
    write_status_file(importid)
  File "/Users/pstasiuk/git/cacw_deploy/import_heart/xml_parsing_backed.py", line 373, in write_status_file
    query_results = query(parameter_to_query)
  File "/Users/pstasiuk/git/cacw_deploy/import_heart/epa_query.py", line 277, in query
    authToken = make_query(0,' ',authToken_filter,logfile)
  File "/Users/pstasiuk/git/cacw_deploy/import_heart/epa_query.py", line 43, in make_query
    xml_path = create_xml(logfile)
  File "/Users/pstasiuk/git/cacw_deploy/import_heart/epa_query.py", line 148, in create_xml
    f = open(logfile,'w+')
IOError: [Errno 2] No such file or directory: 'scripts/responsexmls/30.xml'

Comments (4)

  1. Log in to comment