Skip to content

Commit

Permalink
BUG: Exclude Modules/Remote/CMakeLists.txt from remote module changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 5, 2020
1 parent 07705bd commit 5acb608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/Maintenance/AuthorsChangesSince.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def write_changelog(repo_name, git_revision):
print('Remote module:')
for remote in changed_remotes.split():
module_name = remote.split('/')[-1].split('.')[0]
if module_name == 'SphinxExamples':
if module_name == 'SphinxExamples' or module_name == 'CMakeLists':
continue
print(module_name)
os.chdir(itk_dir)
Expand Down

0 comments on commit 5acb608

Please sign in to comment.