Skip to content

Commit

Permalink
remove flash, always on when not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Sep 5, 2024
1 parent 3093ee4 commit e8f2e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def get_marked_build():
build_id = cur.fetchone()["id"]
return (build_id)
except:
flash("unable to get marked build", "error")
return 0

def get_modversions_minimal(self, tag: str):
Expand Down

0 comments on commit e8f2e40

Please sign in to comment.