Check for developer mode

Hi everybody,

Is it possible to check in a script itself if someone is running the beta-mode of pyrevit?
With beta mode i mean:

So can we check for this settings value in python script?

most probably so, the info is stored in the pyrevit-config.ini file.
get_config()
then dig in :man_running:

i’ll give it a go :wink: