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 b1f0e39 commit ae342dcCopy full SHA for ae342dc
scripts/spam-remover
@@ -126,6 +126,9 @@ def main():
126
newjournal = []
127
for j in journal:
128
if j[3] == 'set' and 'files' in j[4]:
129
+ if j[4]['files'][0][0] not in ('-', '+') :
130
+ newjournal.append(j)
131
+ continue
132
changes = dict(j[4]['files'])
133
# only consider file additions by this user
134
if j[2] in users and '+' in changes:
0 commit comments