File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ with lock:
24
24
** Don't use** a * FileLock* to lock the file you want to write to, instead create
25
25
a separate * .lock* file as shown above.
26
26
27
- ![ animated example] ( https://raw.githubusercontent.com/benediktschmitt /py-filelock/master /example/example.gif )
27
+ ![ animated example] ( https://raw.githubusercontent.com/tox-dev /py-filelock/main /example/example.gif )
28
28
29
29
30
30
## Similar libraries
Original file line number Diff line number Diff line change 10
10
------
11
11
12
12
This module is hosted on
13
- `GitHub <https://github.com/benediktschmitt /py-filelock >`_. If you have any
13
+ `GitHub <https://github.com/tox-dev /py-filelock >`_. If you have any
14
14
questions or suggestions, don't hesitate to open a new issue :).
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ classifiers =
26
26
Topic :: Internet
27
27
Topic :: Software Development :: Libraries
28
28
Topic :: System
29
- download_url = https://github.com/benediktschmitt/ tox-dev/archive/main.zip
29
+ download_url = https://github.com/tox-dev/py-filelock /archive/main.zip
30
30
project_urls =
31
- Source =https://github.com/pypa/virtualenv
32
- Tracker =https://github.com/pypa/virtualenv /issues
31
+ Source =https://github.com/tox-dev/py-filelock
32
+ Tracker =https://github.com/tox-dev/py-filelock /issues
33
33
34
34
[options]
35
35
packages = find:
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def _acquire(self):
383
383
def _release (self ):
384
384
# Do not remove the lockfile:
385
385
#
386
- # https://github.com/benediktschmitt /py-filelock/issues/31
386
+ # https://github.com/tox-dev /py-filelock/issues/31
387
387
# https://stackoverflow.com/questions/17708885/flock-removing-locked-file-without-race-condition
388
388
fd = self ._lock_file_fd
389
389
self ._lock_file_fd = None
You can’t perform that action at this time.
0 commit comments