Skip to content

Commit

Permalink
Add note for future filists changes
Browse files Browse the repository at this point in the history
Follow up: #360
  • Loading branch information
kontura committed Aug 9, 2023
1 parent 0cc1392 commit f4854bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/createrepo_c/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
PCOR_ENTRY_PRE = 5 #: PCOR entry tuple index - pre


# NOTE(amatej): Consider changing the tuple into a class if it should be extended with new data.
# Tuple indexes for file entry
FILE_ENTRY_TYPE = 0 #: File entry tuple index - file type
FILE_ENTRY_PATH = 1 #: File entry tuple index - path
Expand Down

0 comments on commit f4854bb

Please sign in to comment.