Script execution
This commit is contained in:
@@ -9,7 +9,7 @@ scienta.waitReady(-1)
|
||||
|
||||
data = scienta.data.take()
|
||||
if data==formerData:
|
||||
raise "Data not updated"
|
||||
raise Exception("Data not updated")
|
||||
|
||||
print data.tolist()[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user