Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 29, 2024
1 parent 3701c1c commit df02608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion umu/umu_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def unix_flock(path: str):

try:
fd = os.open(path, os.O_CREAT | os.O_WRONLY, 0o644)
# Apply an exclusive lock
# See https://man7.org/linux/man-pages/man2/flock.2.html
flock(fd, LOCK_EX)
yield fd
Expand Down

0 comments on commit df02608

Please sign in to comment.