Skip to content

Commit

Permalink
Lifetime Model: Fix counting of containers rucio#7439
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristidis committed Feb 26, 2025
1 parent 5dcf2f9 commit 64963b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rucio/client/commands/bin_legacy/rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2042,6 +2042,7 @@ def add_lifetime_exception(args, client, logger, console, spinner):
else:
logger.info('%s:%s will be declared' % (scope, name))
datasets.append({'scope': scope, 'name': name})
summary[4] += 1

if not datasets:
logger.error('Nothing to submit')
Expand Down

0 comments on commit 64963b7

Please sign in to comment.