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

[Git][ftp-team/dak][master] process_new.py: use correct column name



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/process_new.py
    ... ... @@ -180,7 +180,7 @@ def print_new(upload, missing, indexed, session, file=sys.stdout):
    180 180
             print("\n")
    
    181 181
             print(Color("Author:", "yellow"), "%s" % note.author)
    
    182 182
             print(Color("Version:", "yellow"), "%s" % note.version)
    
    183
    -        print(Color("Timestamp:", "yellow"), "%s" % note.timestamp)
    
    183
    +        print(Color("Timestamp:", "yellow"), "%s" % note.notedate)
    
    184 184
             print("\n\n")
    
    185 185
             print(note.comment)
    
    186 186
             print("-" * 72)
    


  • Reply to: