Skip to content

Commit

Permalink
Test: Setup
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam ⚡ <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent 14acc7d commit b29f544
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion windows/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
"""
# argv impl
image = Image.open("img/hamster.png")
image = Image.open("hamster.png")
recent_test_plans = get_recent_test_plans()
recent_test_plans_menu_items = [MenuItem(plan, action_recent_test_plan) for plan in recent_test_plans]

Expand Down
3 changes: 1 addition & 2 deletions windows/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
# from windows import __VERSION__

build_exe_options = {
"include_files": ["img\\hamster.png",
"include_files": ["hamster.png",
"config.py",
"utils.py",
"__init__.py",
"hamster_app.properties",
],
}
Expand Down

0 comments on commit b29f544

Please sign in to comment.