Skip to content

Commit a8efc3e

Browse files
committed
expose config from fsm
1 parent 53b607c commit a8efc3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

qgist/workbench/dtype_fsm.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,13 @@ def active_workbench(self):
219219
def active_workbench(self, value):
220220

221221
raise QgistAttributeError(translate('global', '"active_workbench" must not be changed. (dtype_fsm active)'))
222+
223+
@property
224+
def config(self):
225+
226+
return self._config
227+
228+
@config.setter
229+
def config(self, value):
230+
231+
raise QgistAttributeError(translate('global', '"config" must not be changed. (dtype_fsm config)'))

0 commit comments

Comments
 (0)