diff options
Diffstat (limited to 'scripts/patchtest-send-results')
-rwxr-xr-x | scripts/patchtest-send-results | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results index 71b73f0940..024be003ce 100755 --- a/scripts/patchtest-send-results +++ b/scripts/patchtest-send-results | |||
@@ -45,7 +45,6 @@ elif not os.path.exists(args.patch + ".testresult"): | |||
45 | sys.exit(1) | 45 | sys.exit(1) |
46 | 46 | ||
47 | result_file = args.patch + ".testresult" | 47 | result_file = args.patch + ".testresult" |
48 | result_basename = os.path.basename(args.patch) | ||
49 | testresult = None | 48 | testresult = None |
50 | 49 | ||
51 | with open(result_file, "r") as f: | 50 | with open(result_file, "r") as f: |