temporarily removing .format(**kwargs))

Former-commit-id: 497134a955
pull/1161/head
Stephen Mather 2016-02-25 11:54:15 -05:00
rodzic fcf4db9d1b
commit 100e3cf742
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -151,8 +151,8 @@ class ODM_GeoRef(object):
pipelineXml += ' </Option>'
pipelineXml += ' <Filter type=\"filters.transformation\">'
pipelineXml += ' <Option name=\"matrix\">'
pipelineXml += ' 1 0 0 {east}'.format(**kwargs))
pipelineXml += ' 0 1 0 {north}'.format(**kwargs))
pipelineXml += ' 1 0 0 {east}'
pipelineXml += ' 0 1 0 {north}'
pipelineXml += ' 0 0 1 0'
pipelineXml += ' 0 0 0 1'
pipelineXml += ' </Option>'