diff --git a/Code/Tools/reports/facility-code-changes.py b/Code/Tools/reports/facility-code-changes.py index 8a50038bebc8bbff6bd051b77ba55d2fe50ecb10..9c41b8bf946fd177649edfeddc8f1a45d1052fb3 100644 --- a/Code/Tools/reports/facility-code-changes.py +++ b/Code/Tools/reports/facility-code-changes.py @@ -121,7 +121,7 @@ if __name__ == '__main__': arg_changes = ['git', 'log', '--pretty=format:"%aE"', '--shortstat', since, until] sub = subprocess.Popen(arg_changes, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=repolocation) - sleep(1) + time.sleep(1) stdout, stderr = sub.communicate() output = stdout.split('\n')