~workhorsy/raise/0.2.0

« back to all changes in this revision

Viewing changes to raise_actual

  • Committer: Matthew Brennan Jones
  • Date: 2013-09-30 13:11:46 UTC
  • Revision ID: mattjones@workhorsy.org-20130930131146-w8cq0ocyeu27pqwj
Fixed bug with wrong message width.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        def init(cls):
88
88
                cls.modules = []
89
89
                cls.target_name = None
90
 
                cls.message_length = None
 
90
                cls.message_length = 0
91
91
                cls.c_compilers = {}
92
92
                cls.linkers = {}
93
93
                cls.cxx_compilers = {}