diff --git a/src/io/get_last_ref_date.py b/src/io/get_last_ref_date.py index 622577f..06d694d 100644 --- a/src/io/get_last_ref_date.py +++ b/src/io/get_last_ref_date.py @@ -33,7 +33,7 @@ def main(): # get the most common on 'last_modified' from source ref_date = max(list_last_modified_at) print('last updated date is ', ref_date) - breakpoint() + return ref_date