Skip to content

Commit a0dce04

Browse files
committed
update static year
1 parent 4bdd4f4 commit a0dce04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/migrate_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def write_to_bibtex(merged,
7474
def main():
7575
current_year = datetime.now(timezone.utc).year
7676
static_year = get_static_year(STATIC)
77-
static_year = 2025
7877

7978
if still_current(static_year, current_year):
8079
print("No changes to make yet")

scripts/update_pubs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def main(scholar_id:str,
7070
title, year, authors, venue, link, citation = _return_basics(p_full)
7171

7272
if (not title) or (not year): # Too many information is missing
73+
print(f"[INFO] Omitting for {title}, {year} due to lack of information")
7374
continue
7475

7576
if int(year) not in allowed_years:

0 commit comments

Comments
 (0)