Exa-Networks / exabgp

The BGP swiss army knife of networking
Other
2.09k stars 448 forks source link

Add missing `exc` exception variable for qa/bin/functional #1220

Closed ton31337 closed 3 months ago

ton31337 commented 3 months ago

File "./exabgp/./qa/bin/functional", line 155, in collect self.message = str(exc) UnboundLocalError: local variable 'exc' referenced before assignment

thomas-mangin commented 3 months ago

Thank you.