Skip to content

Commit cbbd407

Browse files
committed
Logic Error
1 parent 2030e3d commit cbbd407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def get_auth_value(key):
331331
fireworks_api_key = get_auth_value("FIREWORKS_API_KEY")
332332
fireworks_account_id = get_auth_value("FIREWORKS_ACCOUNT_ID")
333333

334-
if not (fireworks_api_key and fireworks_account_id):
334+
if not fireworks_api_key and not fireworks_account_id:
335335
_store_experiment_link(
336336
experiment_id,
337337
"No Fireworks API key AND account ID found",

0 commit comments

Comments
 (0)