mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
bbf generator: fix operate issue
This commit is contained in:
parent
5fe7af87d4
commit
9cd9bb4e74
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue