Skip to content

Commit 1e2b80b

Browse files
Avinashhvclaude
andcommitted
fix: remove [beforeall:] directive from Revitron tab bundle.yaml
Newer pyRevit versions pass the tab name literally (including the [beforeall:] suffix) to Revit's GetRibbonPanels(), causing an ArgumentException: Unexpected tab at startup. Removing the directive fixes the UI build error while still creating the Revitron tab. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2fc0a9d commit 1e2b80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Revitron.tab/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
layout:
2-
- Revitron[beforeall:]
2+
- Revitron
33
- RPM

0 commit comments

Comments
 (0)