Skip to content

Commit

Permalink
rm already_in_hpss logic flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Nov 14, 2023
1 parent b295a8e commit ae58541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emmet-cli/emmet/cli/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,10 @@ def backup(ctx, reorg, clean, check, force_new, tar): # noqa: C901
counter, nremove_total = 0, 0
os.chdir(directory)
for block, launchers in block_launchers.items():
logger.info(block)
nlaunchers = len(launchers)
logger.info(f"{block} with {nlaunchers} launcher(s)")
filelist = [os.path.join(block, l) for l in launchers]
already_in_hpss = False

try:
isfile(f"{GARDEN}/{block}.tar")
if force_new and run:
Expand Down

0 comments on commit ae58541

Please sign in to comment.