Save Project Bug

Issue #246 closed
Andreas Janz created an issue

Saving the current session with Project -> Save Project raises error

An error has occurred while executing Python code:

TypeError: QgsProject.setFileName(): argument 1 has unexpected type 'tuple' Traceback (most recent call last): File "C:/Users/janzandr/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\enmapboxgui.py", line 460, in self.ui.actionSaveProjectAs.triggered.connect(lambda: self.saveProject(saveAs=True)) File "C:/Users/janzandr/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\enmapboxgui.py", line 777, in saveProject proj.setFileName(path) TypeError: QgsProject.setFileName(): argument 1 has unexpected type 'tuple'

Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] QGIS version: 3.4.4-Madeira Madeira, 73c31df831

Comments (1)

  1. Log in to comment