We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed2733 commit ddb0bc7Copy full SHA for ddb0bc7
replaceValueInCommunityFromCSV.py
@@ -70,7 +70,7 @@
70
rowCount -= 1
71
replacedValue = row['replacedValue'].decode('utf-8')
72
replacementValue = row['replacementValue'].decode('utf-8')
73
- print 'Rows remaining: ', rowCount,
+ print 'Rows remaining: ', rowCount
74
print replacedValue, ' -- ', replacementValue
75
if replacedValue != replacementValue:
76
print replacedValue
0 commit comments