Changeset 571db94 in rtems-tools for rtemstoolkit/mailer.py
- Timestamp:
- 11/28/18 09:27:50 (5 years ago)
- Branches:
- 5, master
- Children:
- 95abe76
- Parents:
- 97dc555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemstoolkit/mailer.py
r97dc555 r571db94 64 64 65 65 def _args_are_macros(self): 66 return type(self.opts) is 'command_line'66 return isinstance(self.opts, options.command_line) 67 67 68 68 def _get_arg(self, arg):
Note: See TracChangeset
for help on using the changeset viewer.