[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 2 commits: use `realpath` instead of `abspath`



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/dak.py
    ... ... @@ -40,7 +40,7 @@ import os
    40 40
     import sys
    
    41 41
     import traceback
    
    42 42
     
    
    43
    -sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
    
    43
    +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
    
    44 44
     
    
    45 45
     import daklib.utils
    
    46 46
     
    


  • Reply to: