PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

Repo details screen can crash if timeout waiting for api.github.com #70

Closed nembery closed 5 years ago

nembery commented 5 years ago

timeout is currently set to 5 seconds, which is probably a bit too low. Also, details dict is getting set to None when there is a cache miss, which results in the crash later in the call chain

nembery commented 5 years ago

fixed via commit #f7ce330