Disabled an intermittent pylint warning.

master
Pacman Ghost 3 years ago
parent e0edff9b16
commit 0dbf1b0186
  1. 2
      vasl_templates/webapp/vo_utils.py

@ -307,7 +307,7 @@ def _make_comments( vo_entry, nat, vo_type, disabled_note_ids ): #pylint: disabl
force_auto_comment = False
nat2 = nat
if globvars.template_pack:
nat_type = globvars.template_pack[ "nationalities" ].get( nat, {} ).get( "type" )
nat_type = globvars.template_pack[ "nationalities" ].get( nat, {} ).get( "type" ) #pylint: disable=unsubscriptable-object
else:
nat_type = None
if nat in ( "kfw-uro", "kfw-bcfk", "kfw-un-common" ):

Loading…
Cancel
Save