Skip to content

Running with "--tiq-test" without "-e" gives an error #58

@alexcpsec

Description

@alexcpsec

Maybe the tiq-test option should have a "compulsory" -e?

Storing parsed data in crop.json
Reading processed data from crop.json
Output regular data as CSV to harvest.csv
Traceback (most recent call last):
  File "combine.py", line 42, in <module>
    tiq_output('crop.json', 'enrich.json')
  File "/Users/alexcp/src/combine/baler.py", line 19, in tiq_output
    with open(enr_file, 'rb') as f:
IOError: [Errno 2] No such file or directory: 'enrich.json'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions