# HG changeset patch # User Sebastien Jodogne # Date 1554386609 -7200 # Node ID ca65e3dcce724e14325c0089982849af5fe63bcd # Parent d59521c395d92b048d3600450cf023093754096d typo diff -r d59521c395d9 -r ca65e3dcce72 Resources/Samples/Python/ChangesLoop.py --- a/Resources/Samples/Python/ChangesLoop.py Thu Apr 04 14:02:55 2019 +0000 +++ b/Resources/Samples/Python/ChangesLoop.py Thu Apr 04 16:03:29 2019 +0200 @@ -71,7 +71,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': # Call the callback function path = change['Path'] diff -r d59521c395d9 -r ca65e3dcce72 Resources/Samples/Python/HighPerformanceAutoRouting.py --- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Apr 04 14:02:55 2019 +0000 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Apr 04 16:03:29 2019 +0200 @@ -70,7 +70,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': queue.put(change['ID'])