Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After running the script nothing happens #2

Open
tristaneniyan opened this issue Sep 15, 2023 · 1 comment
Open

After running the script nothing happens #2

tristaneniyan opened this issue Sep 15, 2023 · 1 comment

Comments

@tristaneniyan
Copy link

tristaneniyan commented Sep 15, 2023

Hi,

I'm trying to execute the split_acl.py. It doesn't print anything. And it doesn't create the output csv file too.

What I did before executing the script,

  1. I have placed a firewall config file which has around 53k lines inside the dir conf_input.

input_dir = './conf_input/INTRAFW.txt'
config_files_extensions = [".txt", ".conf", ".config"]

  1. Next I have changed the output directory name from "acl_output" to "output" in split_acl.py file.
  2. Gave executable permission to the split_acl.py file.

when I execute the script it just prints the below and exits and no file has been created in the output directory
{}

when I check log it has the following,
INFO:root:Start

So help me if I'm missing something and something else need to be done to get the output.

@bsmeding
Copy link
Owner

Hi,

This script is build for Python2 versions and not yet ported to version 3

I will look into this issue next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants