]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Do not use `type` as a variable name
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sun, 26 Sep 2021 13:15:36 +0000 (15:15 +0200)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 26 Feb 2022 15:51:04 +0000 (16:51 +0100)
commit034c05d4658f0065144f84e5c4a509e47413619b
tree10396f8b44a781cf5f653a99d7621d5141485647
parent32e30ac30ce3e4833062c1f32026cd64182418d5
Do not use `type` as a variable name

This fixes a DeepSource alert:

Re-definition found for builtin function

Defining a local variable or function with the same name as a built-in
object makes the built-in object unusable within the current scope and
makes the code prone to bugs.

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
trojans/tncc-emulate.py