Changes from Forked BDQC Dev Branch
Created by: baumanab
Files changed:
-
scan.py:
- Address plugins.txt location retrieval
- Address occurrence of missing plugins.txt (not installed at expected path) with assertion
-
setup.py: Remove plugins.text as data_file and instead install with package data. This is intended to harmonize install location across python distributions. This also allows pkg_resources to retrieve the file based on the actual install location.
-
fopenx.c: Send decompression filename as raw string as a means of handling spaces and special characters.