Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 29, 2022
1 parent 67bd796 commit 63b56ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Revitron.tab/Revitron.panel/Export.pulldown/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ layout:
- DWGActive[title:Export Active Sheet as DWG]
- DWGMultiple[title:Batch Export Multiple Sheets as DWG]
- -----
- ExportSettings[title:Export Settings]
- Help
- ExportSettings[title:Export Settings]
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def alertReopen():
else:
res = forms.alert(
msgEnabled.format(sqliteFile),
options=[optionSelect,
optionDisable,
optionCancel]
options=[optionSelect, optionDisable, optionCancel]
)

if res == optionSelect:
Expand Down

0 comments on commit 63b56ed

Please sign in to comment.