Bug 1365776 - otopi fails with python3 due to uninitialized variable 'm'
Summary: otopi fails with python3 due to uninitialized variable 'm'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: otopi
Classification: oVirt
Component: Core
Version: master
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ovirt-4.1.0-beta
: 1.6.0
Assignee: Yedidyah Bar David
QA Contact: Yedidyah Bar David
URL:
Whiteboard:
Depends On:
Blocks: 1379402
TreeView+ depends on / blocked
 
Reported: 2016-08-10 08:13 UTC by Yedidyah Bar David
Modified: 2019-04-28 13:33 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-17 12:42:34 UTC
oVirt Team: Integration
Embargoed:
rule-engine: ovirt-4.1+
ylavi: planning_ack+
sbonazzo: devel_ack+
pstehlik: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 62185 0 master MERGED core: Fix uninitialized variable m 2016-09-13 10:06:18 UTC

Description Yedidyah Bar David 2016-08-10 08:13:38 UTC
Description of problem:

Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/otopi/__main__.py", line 88, in main
    installer.execute()
  File "/usr/lib/python3.5/site-packages/otopi/main.py", line 151, in execute
    self.context.buildSequence()
  File "/usr/lib/python3.5/site-packages/otopi/context.py", line 665, in buildSequence
    self._sequence = self._toposortBuildSequence()
  File "/usr/lib/python3.5/site-packages/otopi/context.py", line 539, in _toposortBuildSequence
    m['stage'] == method['stage'] and
UnboundLocalError: local variable 'm' referenced before assignment

Comment 1 Pavel Stehlik 2016-08-26 15:44:52 UTC
CodeChange - thus nothing for QE.

Comment 2 Gil Klein 2017-01-17 12:42:34 UTC
Closed based on comment #1


Note You need to log in before you can comment on or make changes to this bug.