id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12673 AttributeError: 'NoneType' object has no attribute 'upper' Ryan J Ollos Ryan J Ollos "{{{ 2017-01-25 23:39:27,421 Trac[formatter] ERROR: Macro Image( ) failed: Traceback (most recent call last): File ""build/bdist.linux-x86_64/egg/trac/wiki/formatter.py"", line 802, in _macro_formatter return macro.ensure_inline(macro.process(args)) File ""build/bdist.linux-x86_64/egg/trac/wiki/formatter.py"", line 379, in process text = self.processor(text) File ""build/bdist.linux-x86_64/egg/trac/wiki/formatter.py"", line 351, in _macro_processor text) File ""build/bdist.linux-x86_64/egg/trac/wiki/macros.py"", line 622, in expand_macro elif realm in interwikimap: File ""build/bdist.linux-x86_64/egg/trac/wiki/interwiki.py"", line 59, in __contains__ return ns.upper() in self.interwiki_map AttributeError: 'NoneType' object has no attribute 'upper' }}} Issue confirmed to exist on trunk with `[[Image( )]]`." defect closed normal 1.0.14 wiki system normal fixed imagemacro Fixed `AttributeError` from `Image` macro with whitespace argument.