Skip to content

Commit

Permalink
Sync work
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Sep 22, 2023
1 parent 75490a3 commit 96db2c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ def do_activate(self):
if not win:
win = WarehouseWindow(application=self)
win.present()
# try:
# subprocess.run(['flattool', 'id', 'abcdefg'], check=True)
# except subprocess.CalledProcessError:
# print("Not found")

def on_about_action(self, widget, _):
"""Callback for the app.about action."""
Expand Down

0 comments on commit 96db2c5

Please sign in to comment.