# HG changeset patch # User Sébastien Jodogne # Date 1554386575 0 # Node ID d59521c395d92b048d3600450cf023093754096d # Parent 9c8e119d0c5b48a4b23872d6295399938d07979b# Parent d00db444a3a373732df452f4916de59e90eac278 Merged in TomasZubiri/orthanc/TomasZubiri/minor-typo-in-comments-1553026669603 (pull request #9) minor: typo in comments diff -r 9c8e119d0c5b -r d59521c395d9 Resources/Samples/Python/AutoClassify.py --- 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'])