Skip to content

Commit

Permalink
Run prepare before building UI to ensure local environment is on the …
Browse files Browse the repository at this point in the history
…python path
  • Loading branch information
krzywon committed May 2, 2023
1 parent 1aa3e51 commit a9ec656
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@ def prepare():

prepare()

from sas.qtgui.convertUI import rebuild_new_ui
rebuild_new_ui()

import sas.cli
sys.exit(sas.cli.main(logging="development"))

0 comments on commit a9ec656

Please sign in to comment.