Skip to content

Commit b56050e

Browse files
KRRT7misrasaurabh1
andauthored
Update codeflash/discovery/functions_to_optimize.py
Co-authored-by: Saurabh Misra <misra.saurabh1@gmail.com>
1 parent 7883003 commit b56050e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def was_function_previously_optimized(
599599
try:
600600
owner, repo = get_repo_owner_and_name()
601601
except (git.exc.InvalidGitRepositoryError, ValueError) as e:
602-
logger.debug(f"Cannot get repository info: {e}")
602+
logger.debug(f"Cannot get git repository info: {e}")
603603
owner, repo = None, None
604604
pr_number = get_pr_number()
605605

0 commit comments

Comments
 (0)