Skip to content

Commit

Permalink
test violation
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Oct 30, 2023
1 parent b26362f commit 4706104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/urh/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ 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 4706104

Please sign in to comment.