bbf generator: fix operate issue

This commit is contained in:
Amin Ben Ramdhane 2020-09-11 16:47:51 +01:00
parent 5fe7af87d4
commit 9cd9bb4e74

View file

@ -108,7 +108,7 @@ def check_commands(param):
res = os.popen(cmd).read()
param = param.replace(".{i}.", ".*.")
param = param.replace("()", "")
string = "\n\t{\"%s\"," % param
string = "\n\t{\n\t\t\"%s\"," % param
if string in res:
return "Yes"
else: