Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Oct 30, 2023
1 parent 4706104 commit 4b55889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/urh/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def main():

if GENERATE_UI and not hasattr(sys, "frozen"):
try:
sys.path.insert(0,
prefix)
sys.path.insert(0, prefix)
from data import generate_ui

generate_ui.gen()
Expand Down

0 comments on commit 4b55889

Please sign in to comment.