Skip to content

Commit

Permalink
fix: psm skips non-existent files
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Mar 13, 2024
1 parent a7e120e commit 95ddb6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/psm/psm.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def main(self):
file_exists = stat.S_ISREG(fs[stat.ST_MODE])
except FileNotFoundError:
file_exists = False
continue

if file_exists:
file_size = fs[stat.ST_SIZE]
Expand Down

0 comments on commit 95ddb6f

Please sign in to comment.