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:
2424** Don't use**  a * FileLock*  to lock the file you want to write to, instead create
2525a separate * .lock*  file as shown above.
2626
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 ) 
2828
2929
3030## Similar libraries  
Original file line number Diff line number Diff line change 1010------ 
1111
1212This 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
1414questions 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 =
2626    Topic :: Internet
2727    Topic :: Software Development :: Libraries
2828    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
3030project_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
3333
3434[options] 
3535packages  = find:
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def _acquire(self):
383383    def  _release (self ):
384384        # Do not remove the lockfile: 
385385        # 
386-         #   https://github.com/benediktschmitt /py-filelock/issues/31 
386+         #   https://github.com/tox-dev /py-filelock/issues/31 
387387        #   https://stackoverflow.com/questions/17708885/flock-removing-locked-file-without-race-condition 
388388        fd  =  self ._lock_file_fd 
389389        self ._lock_file_fd  =  None 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments