aboutcode-org / deltacode

DeltaCode: compare two codebase scans (from ScanCode) to detect significant changes.
http://www.aboutcode.org/
20 stars 27 forks source link

Add function to handle loading 2 codebases. #173

Open steven-esser opened 3 years ago

steven-esser commented 3 years ago

The following lines clutter up the __init()__ function for DeltaCode: https://github.com/nexB/deltacode/blob/a09514623fc51222230f356a6f911f3e70086cdc/src/deltacode/__init__.py#L61-L70

Create a function to handle this logic, including the various errors that may occur during loading.

Pratikrocks commented 3 years ago

Yes we could handle it likewise , changing it soon

Pratikrocks commented 3 years ago

Updated