|
|
|
@ -72,8 +72,8 @@ if __name__ == "__main__":
|
|
|
|
# print(process.stdout)
|
|
|
|
# print(process.stdout)
|
|
|
|
# s = io.StringIO(process.stdout)
|
|
|
|
# s = io.StringIO(process.stdout)
|
|
|
|
# for line in s:
|
|
|
|
# for line in s:
|
|
|
|
ssdv_output_file = open("ssdv_output", "r")
|
|
|
|
with open("ssdv_output", "r") as file:
|
|
|
|
for line in ssdv_output_file:
|
|
|
|
for line in file:
|
|
|
|
print("line:")
|
|
|
|
print("line:")
|
|
|
|
print(line)
|
|
|
|
print(line)
|
|
|
|
if ((line.find("Image ID:")) > 0):
|
|
|
|
if ((line.find("Image ID:")) > 0):
|
|
|
|
|