Mercurial > hg > orthanc
changeset 3338:d00db444a3a3 TomasZubiri/minor-typo-in-comments-1553026669603
minor: typo in comments
author | Tomas Zubiri <me@tomaszubiri.com> |
---|---|
date | Tue, 19 Mar 2019 20:17:58 +0000 |
parents | a15a4b9d8c00 |
children | d59521c395d9 c1a180539fee |
files | Resources/Samples/Python/AutoClassify.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/Python/AutoClassify.py Tue Mar 19 09:00:34 2019 +0100 +++ b/Resources/Samples/Python/AutoClassify.py Tue Mar 19 20:17:58 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'])