Skip to content
Snippets Groups Projects
Commit abec7b21 authored by Stuart Campbell's avatar Stuart Campbell
Browse files

Update facility-code-changes.py

parent 124a85bb
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,6 @@ if __name__ == '__main__':
f2reading = open('facility-commits-{0}.stdout'.format(date_key), 'r')
for line in f2reading:
if len(line) is 0:
continue
found = False
email_commits = line.replace('"','').strip()
found = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment