Mercurial > hg > orthanc
changeset 3339:d59521c395d9
Merged in TomasZubiri/orthanc/TomasZubiri/minor-typo-in-comments-1553026669603 (pull request #9)
minor: typo in comments
author | Sébastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Apr 2019 14:02:55 +0000 |
parents | 9c8e119d0c5b (current diff) d00db444a3a3 (diff) |
children | ca65e3dcce72 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/Python/AutoClassify.py Thu Apr 04 15:51:37 2019 +0200 +++ b/Resources/Samples/Python/AutoClassify.py Thu Apr 04 14:02:55 2019 +0000 @@ -107,7 +107,7 @@ }) for change in r['Changes']: - # We are only interested interested in the arrival of new instances + # We are only interested in the arrival of new instances if change['ChangeType'] == 'NewInstance': try: ClassifyInstance(change['ID'])