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
** Expected Behavior** ./dxmc column save --envname TESTING --rulesetname rs_TESTING_ruleset --inventory --outputfile testing_ruleset.csv
The above command was expected to generate the CSV file. But it errors.
** Actual Behavior** When the command executed, it errors as below:
[user@host dxmc]$ ./dxmc column save --envname TESTING --rulesetname rs_TESTING_ruleset --inventory --outputfile testing_ruleset.csv EXCEPTION: KeyError: ''
[126103] Failed to execute script dxmc [user@host dxmc]$ ./dxmc --version dxmc, version 0.8.2.1
Steps To Reproduce the Problem This error comes for any ruleset that has the custom algorithm assigned to it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
** Expected Behavior**
./dxmc column save --envname TESTING --rulesetname rs_TESTING_ruleset --inventory --outputfile testing_ruleset.csv
The above command was expected to generate the CSV file. But it errors.
** Actual Behavior**
When the command executed, it errors as below:
[user@host dxmc]$ ./dxmc column save --envname TESTING --rulesetname rs_TESTING_ruleset --inventory --outputfile testing_ruleset.csv
EXCEPTION: KeyError: ''
[126103] Failed to execute script dxmc
[user@host dxmc]$ ./dxmc --version
dxmc, version 0.8.2.1
Steps To Reproduce the Problem
This error comes for any ruleset that has the custom algorithm assigned to it.
The text was updated successfully, but these errors were encountered: