We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92e66dc + e361edb commit 5105eddCopy full SHA for 5105edd
pyrevitlib/pyrevit/script.py
@@ -201,7 +201,7 @@ def reset_config(section=None):
201
"""
202
from pyrevit.userconfig import user_config
203
if not section:
204
- script_cfg_postfix = 'config'
+ script_cfg_postfix = '_config'
205
section = EXEC_PARAMS.command_name + script_cfg_postfix
206
elif section in [PyRevit.PyRevitConsts.ConfigsCoreSection]:
207
raise PyRevitException('Can not remove internal config section: {}'
0 commit comments