pull/2555/head
Simone 2 months ago
parent 439010aefa
commit 2c5162966a
  1. 1
      slither/detectors/functions/external_function.py

@ -100,6 +100,7 @@ class ExternalFunction(AbstractDetector):
# Somehow we couldn't resolve it, which shouldn't happen, as the provided function should be found if we could
# not find some any more basic.
# pylint: disable=broad-exception-raised
raise Exception("Could not resolve the base-most function for the provided function.")
@staticmethod

Loading…
Cancel
Save