# HG changeset patch # User Henry S. Thompson # Date 1698939519 0 # Node ID f958586890374a389c24ead9ddcb94cfcfe1e57e # Parent e1881804855f9f24011feebecfaab5a84380580d fix output year diff -r e1881804855f -r f95858689037 bin/by_year.py --- a/bin/by_year.py Thu Nov 02 13:49:02 2023 +0000 +++ b/bin/by_year.py Thu Nov 02 15:38:39 2023 +0000 @@ -16,7 +16,7 @@ if not os.access(outdir,os.F_OK): os.mkdir(outdir) -origin = float(origin) +origin = int(origin) current = origin is_first = True with open(year_file,'r') as years, open(in_file,'r') as stamped: