mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
update source
This commit is contained in:
parent
5b29003470
commit
7b7e21d05c
1 changed files with 2 additions and 4 deletions
|
@ -65,10 +65,8 @@ def sbo_network(name):
|
||||||
'''
|
'''
|
||||||
FAULT = ""
|
FAULT = ""
|
||||||
UNST = ["UNSUPPORTED", "UNTESTED"]
|
UNST = ["UNSUPPORTED", "UNTESTED"]
|
||||||
for item in UNST:
|
if "".join(source_dwn) in UNST:
|
||||||
for un in source_dwn:
|
FAULT = "".join(source_dwn)
|
||||||
if item == un:
|
|
||||||
FAULT = item
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
read = raw_input("_ ")
|
read = raw_input("_ ")
|
||||||
|
|
Loading…
Add table
Reference in a new issue