Closed karthikhhr closed 8 years ago
Made the changes. The explanation for the first try block has been added. The exception from the second try block is captured because we don't want the execution of the entire program to be affected by a failure in the imports of items which we do not currently use. I fixed this by getting rid of the import altogether and also the portion of the Ordered Dict which we do not use for the (only) purpose of maintaining the key order
@barnabycourt Please take a look now. I have made all the changes you pointed out + made the writing to csv thread safe by collecting all information and storing it in-memory before writing it to the csv locally.
@karthikhhr
@karthikhhr The files are still failing flake8 checks and a few comment updates we discussed. The commits should also be squashed down to a single commit
@barnabycourt I squashed the commits into 1 but I now have merge conflicts against rho-2 branch. I am not sure why this happened.
A new branch has been created based on this for the new version of rho. (branch rho-2.0)
Closing as we can move forward on that branch.
@barnabycourt Please take a look.
@cnsnyder