ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Ability to skip missing manifest files check when loading a KiProject #38

Open pcstout opened 5 years ago

pcstout commented 5 years ago

Something like p = KiProject('my/path', skip_missing=True)

hafen commented 4 years ago

This would be very helpful for the case of projects with a large number of files. Would there be any downsides?