Ignore:
Timestamp:
Feb 5, 2009, 3:19:30 AM (15 years ago)
Author:
broder
Message:

Get rid of confusing err=True option to invirt.remctl.remctl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-base/python/invirt/common.py

    r1935 r2095  
    7676class CodeError(Exception):
    7777    """Exception for internal errors or bad faith input."""
    78     pass
     78    def __init__(self, message, code=None):
     79        Exception.__init__(self, message)
     80        self.code = code
    7981
    8082#
Note: See TracChangeset for help on using the changeset viewer.