wmazur-splunk
Results
3
issues of
wmazur-splunk
At least you will know why loading the library fails
build.js: Files from .uccignore are removed before copying ^^ ``` if os.path.isfile(config_path): ... else .... (line 635) removed_list = _remove_listed_files(ignore_list) if removed_list: logger.info("Removed:\n{}".format("\n".join(removed_list))) utils.recursive_overwrite(source, os.path.join(output_directory, ta_name)) logger.info("Copied package directory") ```
bug
good first issue