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

Added print statement for debugging

parent 14e4f1ae
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,6 @@ if __name__ == '__main__': ...@@ -28,8 +28,6 @@ if __name__ == '__main__':
print("ERROR: Specified repository location is not a directory.") print("ERROR: Specified repository location is not a directory.")
exit() exit()
# repolocation = '/home/scu/sources/git/mantidproject/mantid'
organisations = ['STFC', 'ORNL', 'ESS', 'ILL', 'PSI', 'ANSTO', 'KITWARE', 'JUELICH', 'OTHERS'] organisations = ['STFC', 'ORNL', 'ESS', 'ILL', 'PSI', 'ANSTO', 'KITWARE', 'JUELICH', 'OTHERS']
domains = {} domains = {}
...@@ -230,7 +228,7 @@ if __name__ == '__main__': ...@@ -230,7 +228,7 @@ if __name__ == '__main__':
else: else:
removed_datarow[org] = facility_removed[date_key][org] removed_datarow[org] = facility_removed[date_key][org]
# print("In {0}, {1} has {2} commits".format(date_key, org, facility_commits[date_key][org])) print("In {0}, {1} has {2} commits".format(date_key, org, facility_commits[date_key][org]))
commits_writer.writerow(commits_datarow) commits_writer.writerow(commits_datarow)
changed_writer.writerow(changed_datarow) changed_writer.writerow(changed_datarow)
......
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