[BUG] Regression - Running python ./splunk_eventgen/__main__.py generate splunk_eventgen/README/eventgen.conf.tutorial1
failed
#153
Labels
bug
Malfunctioning Eventgen due to potential bug
Description
Running
python ./splunk_eventgen/__main__.py generate splunk_eventgen/README/eventgen.conf.tutorial1
fordevelop
branch failed.To Reproduce
Directly run
python ./splunk_eventgen/__main__.py generate splunk_eventgen/README/eventgen.conf.tutorial1
.Expected behavior
Give events output.
Actual behavior
Error throw:
Sample files and eventgen.conf file
splunk_eventgen/README/eventgen.conf.tutorial1
Additional context
This is caused by the the
pep8
pull request here:https://github.com/splunk/eventgen/pull/151/files#diff-afc41a2be8638faf5aa07904e026e238R17
When moving
import eventgen_core
to the front which insertssplunk_eventgen/lib
to the front ofsys.path
. Then theimport __init__ as splunk_eventgen_init
importssplunk_eventgen/lib/__init__.py
which is not expected.The text was updated successfully, but these errors were encountered: