bachng2017 / RENAT

Robot framework Extension for Network Automated Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in Tester.py 'raise Execption'

koikeshuji opened this issue · comments

RENAT/Tester.py

Line 162 in 36f4ce5

raise Execption("Error while connecting IxNetwork: wrong module type")

Typo at Tester.py:162 raise Execption .
It should be raise Exception.

fixed in latest push
Thank you very much