Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
wmanley committed Nov 12, 2023
1 parent 9fdae8e commit 0e72cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stbt_rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ def flock(filename):
def file_lock(fileno):
# Arbitrarily chosen position in the file, sufficiently far from the
# beginning that it won't overlap with the pid:
LOCK_POS = 20
LOCK_POS = 4096

import msvcrt # pylint: disable=import-error
# Seek to specific position and lock 1 byte. We don't want to lock the
Expand Down

0 comments on commit 0e72cbe

Please sign in to comment.