We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
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.
The text was updated successfully, but these errors were encountered:
This script is build for Python2 versions and not yet ported to version 3
I will look into this issue next week
Sorry, something went wrong.
No branches or pull requests
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,
input_dir = './conf_input/INTRAFW.txt'
config_files_extensions = [".txt", ".conf", ".config"]
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.
The text was updated successfully, but these errors were encountered: