matus-chochlik / ctcache

Cache for clang-tidy static analysis results
Boost Software License 1.0
84 stars 30 forks source link

<class 'NameError'>: NameError("name 'msg' is not defined") #43

Closed andrewkcorcoran closed 7 months ago

andrewkcorcoran commented 8 months ago

https://github.com/matus-chochlik/ctcache/commit/a08fd566cb81088d1d78fc5b4b6c1f63930bb4df#diff-64d773e164aa5d2b3b02f31d4a9dabc53edbd4add4da2c341c7f62760056eaf7L446 this commit removes the creation of msg but the raise call still refers to msg resulting in the above error.

matus-chochlik commented 8 months ago

Fixed and pushed.