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

[Git][ftp-team/dak][deploy] 2 commits: Explicitly name longdesc field, instead of going by "space indented"



Title: GitLab

Joerg Jaspert pushed to branch deploy at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/write_sections.py
    ... ... @@ -49,7 +49,7 @@ def write_sections(session):
    49 49
             (section, description, longdesc) = row
    
    50 50
             print("Section: {0}".format(section))
    
    51 51
             print("Description: {0}".format(description))
    
    52
    -        print(" {0}".format(longdesc))
    
    52
    +        print("Longdesc: {0}".format(longdesc))
    
    53 53
             print()
    
    54 54
     
    
    55 55
     ################################################################################
    


  • Reply to: