Bug 640982 - regression in subscription-manager-cli - tracebacks are being thrown on all calls
Summary: regression in subscription-manager-cli - tracebacks are being thrown on all c...
Keywords:
Status: CLOSED DUPLICATE of bug 640980
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager
Version: 6.1
Hardware: All
OS: Linux
low
urgent
Target Milestone: rc
: ---
Assignee: Pradeep Kilambi
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks: 636830
TreeView+ depends on / blocked
 
Reported: 2010-10-07 12:45 UTC by John Sefler
Modified: 2010-10-14 20:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-07 12:52:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Sefler 2010-10-07 12:45:39 UTC
Description of problem:
regression in subscription-manager-cli - tracebacks are being thrown on all calls

Version-Release number of selected component (if applicable):
[root@jsefler-rhel6-client01 ~]# rpm -q subscription-manager
subscription-manager-0.87-1.git.0.812249b.fc12.i386


Steps to Reproduce:

[root@jsefler-rhel6-client01 ~]# subscription-manager-cli register --username=testuser1 --password=password
Traceback (most recent call last):
  File "/usr/sbin/subscription-manager-cli", line 50, in <module>
    import managercli
  File "/usr/share/rhsm/managercli.py", line 29, in <module>
    from certlib import CertLib, ConsumerIdentity, ProductDirectory, EntitlementDirectory
  File "/usr/share/rhsm/certlib.py", line 275
    else:
       ^
SyntaxError: invalid syntax



[root@jsefler-rhel6-client01 ~]# subscription-manager-cli identity
Traceback (most recent call last):
  File "/usr/sbin/subscription-manager-cli", line 50, in <module>
    import managercli
  File "/usr/share/rhsm/managercli.py", line 29, in <module>
    from certlib import CertLib, ConsumerIdentity, ProductDirectory, EntitlementDirectory
  File "/usr/share/rhsm/certlib.py", line 275
    else:
       ^
SyntaxError: invalid syntax



[root@jsefler-rhel6-client01 ~]# subscription-manager-cli unregister
Traceback (most recent call last):
  File "/usr/sbin/subscription-manager-cli", line 50, in <module>
    import managercli
  File "/usr/share/rhsm/managercli.py", line 29, in <module>
    from certlib import CertLib, ConsumerIdentity, ProductDirectory, EntitlementDirectory
  File "/usr/share/rhsm/certlib.py", line 275
    else:
       ^
SyntaxError: invalid syntax

Comment 1 Devan Goodwin 2010-10-07 12:52:04 UTC

*** This bug has been marked as a duplicate of bug 640980 ***


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