update source

This commit is contained in:
Dimitris Zlatanidis 2014-09-17 19:52:31 +03:00
parent 5b29003470
commit 7b7e21d05c

View file

@ -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("_ ")