mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-14 12:50:10 +08:00
Migrated % string formating
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ def _supress_nonlocal_image_warn(self, msg, node):
|
||||
from docutils.utils import get_source_line
|
||||
|
||||
if not msg.startswith('nonlocal image URI found:'):
|
||||
self._warnfunc(msg, '%s:%s' % get_source_line(node))
|
||||
self._warnfunc(msg, '{0!s}:{1!s}'.format(*get_source_line(node)))
|
||||
|
||||
supress_nonlocal_image_warn()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user