Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
initialize app_instance for check
  • Loading branch information
T4rk1n committed Jun 10, 2025
commit 0a6cfd1cae2c4f23f4e22830baa673fcf860e19e
1 change: 1 addition & 0 deletions dash/_cli.py
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to use that in the CI for some test to avoid regression?

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def load_app(app_path: str) -> Dash:
except ImportError as e:
raise ImportError(f"Could not import module '{module_str}'.") from e

app_instance = None
if len(app_split) == 2:
app_str = app_split[1]
try:
Expand Down