unfetter-analytic icon indicating copy to clipboard operation
unfetter-analytic copied to clipboard

A function call spanning two lines is only commented out on one.

Open tajohnsen opened this issue 6 years ago • 1 comments

In the file run_unfetter_analytic.py lines 244-246 are:

#  This is removed since it is difficult to install
#            post_stix_store(
                "identity--4ac44385-691d-411a-bda8-027c61d68e99", analytic)

The first line should be uncommented or the second should be commented. Note that the if (not rdd.isEmpty()): will need to be removed too or have a pass under it.

tajohnsen avatar May 09 '18 23:05 tajohnsen

Good catch. Thanks

infosec-alchemist avatar May 10 '18 01:05 infosec-alchemist