taurus-org / taurus_pyqtgraph

Moved to https://gitlab.com/taurus-org/taurus_pyqtgraph
3 stars 14 forks source link

Trend: Right click save configuration gives error #72

Closed tiagocoutinho closed 3 years ago

tiagocoutinho commented 3 years ago

tested with:

When I right click on a trend "save configuration" the console shows an error:

Traceback (most recent call last):
  File "/homelocal/opbl04/git/taurus/lib/taurus/qt/qtcore/configuration/configuration.py", line 450, in saveConfigFile
    self.info("Saving current settings in '%s'" % ofile.name)
AttributeError: 'bool' object has no attribute 'name'
cpascual commented 3 years ago

Fixed with 69fd66b + 571e8cd. Thanks @tiagocoutinho for reporting