Skip to content

Commit

Permalink
mereging issue197
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 31, 2024
1 parent 07a136a commit 130dccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mopper/setup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ def add_files(ctx, cursor, opts, mp):
update = ctx.obj['update']
exp_start = opts['exp_start']
exp_end = opts['exp_end']
print("I am here")
# only used in cmip mode
if mp['years'] != 'all' and ctx.obj['dreq_years']:
exp_start, exp_end = fix_years(mp['years'], exp_start[:4], exp_end[:4])
Expand Down

0 comments on commit 130dccd

Please sign in to comment.