Skip to content

Commit

Permalink
Merge pull request #28 from cms-DQM/dev128
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 authored Jun 28, 2024
2 parents a282994 + a222a0a commit 12d32a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/visDQMZipDaemon
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ while True:
elif os.path.exists(zinfopath):
serial += 1
continue
else:
zips[zippath] = {"size": 0, "files": []}
else:
zips[zippath] = {"size": 0, "files": []}

zips[zippath]["zinfo"] = zinfo
zips[zippath]["zinfofile"] = zinfopath
zipsize = zips[zippath]["size"]
Expand Down

0 comments on commit 12d32a1

Please sign in to comment.