Changeset 571db94 in rtems-tools for rtemstoolkit/mailer.py


Ignore:
Timestamp:
11/28/18 09:27:50 (5 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
95abe76
Parents:
97dc555
Message:

rtemstoolkit: Fix mailer unittest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtemstoolkit/mailer.py

    r97dc555 r571db94  
    6464
    6565    def _args_are_macros(self):
    66         return type(self.opts) is 'command_line'
     66        return isinstance(self.opts, options.command_line)
    6767
    6868    def _get_arg(self, arg):
Note: See TracChangeset for help on using the changeset viewer.