Skip to content

Commit

Permalink
Remove UI conversion from run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed May 2, 2023
1 parent f0fecb4 commit 1aa3e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ def prepare():
docpath = joinpath(root, 'docs', 'sphinx-docs', '_build', 'html')
os.environ['SASVIEW_DOC_PATH'] = docpath

if __name__ == "__main__":

from sas.qtgui.convertUI import rebuild_new_ui
rebuild_new_ui()
if __name__ == "__main__":

prepare()

Expand Down

0 comments on commit 1aa3e51

Please sign in to comment.