mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
187 B
Python
10 lines
187 B
Python
#We don't (yet) follow this import
|
|
fail = __import__("odasa%s" % 6418).fail
|
|
|
|
def foo(x):
|
|
if x:
|
|
var = 0
|
|
else:
|
|
fail('Current version is not numeric')
|
|
return var
|