← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1532567] [NEW] A python keyword is used for a variable name

 

Public bug reported:

horizon/openstack_dashboard/dashboards/project/volumes/volumes/forms.py:

there is a python keyword "type" used for a variable name on line#112,
it might be a irrelevant coding style issue, but I think it might be
problem in future, or have issue when you write unitest.  Besides, this
should not be allowed by PEP8 and openstack code style.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1532567

Title:
  A python keyword is used for a variable name

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  horizon/openstack_dashboard/dashboards/project/volumes/volumes/forms.py:

  there is a python keyword "type" used for a variable name on line#112,
  it might be a irrelevant coding style issue, but I think it might be
  problem in future, or have issue when you write unitest.  Besides,
  this should not be allowed by PEP8 and openstack code style.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1532567/+subscriptions


Follow ups