We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503d097 commit 61f0750Copy full SHA for 61f0750
projects/fal/src/fal/cli/run.py
@@ -10,7 +10,7 @@ def _run(args):
10
11
if is_app_name(args.func_ref):
12
app_name = args.func_ref[0]
13
- app_ref, _ = get_app_data_from_toml(app_name)
+ app_ref, _, _ = get_app_data_from_toml(app_name)
14
file_path, func_name = RefAction.split_ref(app_ref)
15
else:
16
file_path, func_name = args.func_ref
0 commit comments