You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cla.log.debug(f"{fn} - per-project cache: aff mode: no company_id, missing")
1623
1623
return
1624
1624
user_commit_summary.affiliated=True
1625
-
# LG: this should return user_commit_summary as signed IMHO (see flow for general cache, it also adds to missig as the original code does the same)
1626
-
# General caching checks for project signature but also adds top missing no matter if signature is found or not, same with "cold" code path (no cache hit)
1625
+
# LG: this should return user_commit_summary as signed IMHO (see flow for general cache, it also adds to missing as the original code does the same)
1626
+
# General caching checks for project signature but also adds to missing no matter if signature is found or not, same with "cold" code path (no cache hit)
1627
1627
cla.log.debug(f"{fn} - per-project cache: aff mode: affiliated, but adding to missing")
0 commit comments