summaryrefslogtreecommitdiffstats
path: root/chromium/build/copy_test_data_ios.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/copy_test_data_ios.py')
-rwxr-xr-xchromium/build/copy_test_data_ios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/copy_test_data_ios.py b/chromium/build/copy_test_data_ios.py
index 6a15ca2a7b3..cd23fb29bd5 100755
--- a/chromium/build/copy_test_data_ios.py
+++ b/chromium/build/copy_test_data_ios.py
@@ -96,7 +96,7 @@ def DoMain(argv):
def main(argv):
try:
result = DoMain(argv[1:])
- except WrongNumberOfArgumentsException, e:
+ except WrongNumberOfArgumentsException as e:
print(e, file=sys.stderr)
return 1
if result: