Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: samples/third_party/dromaeo/generate_frog_tests.py

Issue 9567032: Bring htmlconverter back up to date: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tools/update.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/generate_frog_tests.py
diff --git a/samples/third_party/dromaeo/generate_frog_tests.py b/samples/third_party/dromaeo/generate_frog_tests.py
index 39f35dc7efe351e27965fd9fe46ee9c08f2bb8a1..3f5d5cba51c1db70398e140dfbaaa7b525a71e83 100755
--- a/samples/third_party/dromaeo/generate_frog_tests.py
+++ b/samples/third_party/dromaeo/generate_frog_tests.py
@@ -18,7 +18,7 @@ def HtmlConvert(infile):
else:
raise 'Illegal input: ' + infile
- cmd = ['python', htmlconverter, tail, '-o', outdir, '--frog']
+ cmd = ['python', htmlconverter, tail, '-o', outdir]
print 'Executing: ' + ' '.join(cmd)
subprocess.call(cmd)
if head == 'tests':
« no previous file with comments | « client/tools/update.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698