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 = ""
UNST = ["UNSUPPORTED", "UNTESTED"]
for item in UNST:
for un in source_dwn:
if item == un:
FAULT = item
if "".join(source_dwn) in UNST:
FAULT = "".join(source_dwn)
while True:
try:
read = raw_input("_ ")