PyRevit Settings error

Hi everyone. I’m struggling once I want to reload the changes I’ve made in the folder I’m working (to create my tools). Since I’m a civil engineer and this is kind of my first approach, I’ll really appreciate your help. Thnak you so much for your attention!

what does the code in your reload button look like? Is this a reload button on your extension?

this works for me

def _reload():
    from pyrevit.loader.sessionmgr import execute_command
    execute_command('pyrevitcore-pyrevit-pyrevit-tools-reload')

_reload()
1 Like

I already solved it mate, thanks anyway
I think I got a trouble with the YAML files. I’ve erased in the .tab and .panel directory and it worked. Look:

And the error ofc is not anymore showed