Skip to content

Commit

Permalink
JESS: Cosmetic: remove ';' after break in #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksl committed Aug 5, 2016
1 parent 709909f commit 9df256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/NimManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def InitNimManager(nimmgr, update_slots = []):
if scr[len(lscr)-i-1] == "0":
scr_pop()
else:
break;
break

p_update({"frequencies":tuple(scr)}) #add scr frequencies to dict product

Expand Down

0 comments on commit 9df256c

Please sign in to comment.