Metadata Editor save

Issue #180 resolved
Andreas Janz created an issue

Clicking the save button gives an AssertError:

AssertionError 
Traceback (most recent call last):
  File "C:\Users\janzandr\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\metadataeditorapp\metadataeditor.py", line 974, in saveChanges
    self.mMetadataModel.writeMetadata()
  File "C:\Users\janzandr\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\metadataeditorapp\metadataeditor.py", line 497, in writeMetadata
    differences = self.differences(self)
  File "C:\Users\janzandr\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\metadataeditorapp\metadataeditor.py", line 277, in differences
    assert isinstance(rootNode, TreeNode)
AssertionError

Comments (2)

  1. Log in to comment