commit | 432268b17bff090a8ea8cbbd46c430ddd5be98a1 | [log] [tgz] |
---|---|---|
author | Amey Bhide <abhide@vmware.com> | Tue Jun 30 11:39:05 2015 -0700 |
committer | Amey Bhide <abhide@vmware.com> | Tue Jun 30 11:41:13 2015 -0700 |
tree | a7aa46b2ce5192b015bc297998f348ec9d789913 | |
parent | 7bc1f3c15fbf92da5fe9e15bf66a2d6b6648e449 [diff] |
Fix NameError in worlddump.py Change-Id: Ie87e5b5ead777c0153ed7fa5d1db5cc1ae444261
diff --git a/tools/worlddump.py b/tools/worlddump.py index 0f1a6a1..628a69f 100755 --- a/tools/worlddump.py +++ b/tools/worlddump.py
@@ -47,7 +47,7 @@ print cmd print "-" * len(cmd) print - subprocess.Popen(cmd, shell=True) + Popen(cmd, shell=True) def _header(name):