Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ def render_tmpl(template, mode=None):
cpe_data = f.read().rstrip().split(':')

if cpe_data[1] == "\o": # noqa: W605
# URI formated CPE
# URI formatted CPE
inc = 0
else:
# String formated CPE
# String formatted CPE
inc = 1
(cpe_vendor, cpe_product, cpe_version) = cpe_data[2+inc:5+inc]
if cpe_vendor == "amazon":
Expand Down Expand Up @@ -238,7 +238,7 @@ def finalize_options(self):
continue
self.distribution.data_files.append(
(INITSYS_ROOTS[k], INITSYS_FILES[k]))
# Force that command to reinitalize (with new file list)
# Force that command to reinitialize (with new file list)
self.distribution.reinitialize_command('install_data', True)


Expand Down
1 change: 1 addition & 0 deletions tools/.github-cla-signers
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BirknerAlex
bmhughes
candlerb
cawamata
cclauss
ciprianbadescu
citrus-it
dankenigsberg
Expand Down