| Index: build/android/android_commands.py
|
| diff --git a/build/android/android_commands.py b/build/android/android_commands.py
|
| index d8692ec43a1d0370c38d203b98cfd5c1c07889fc..209ffeda30e4350aca3ff062362e28c0faf6ed9e 100755
|
| --- a/build/android/android_commands.py
|
| +++ b/build/android/android_commands.py
|
| @@ -397,7 +397,7 @@ class AndroidCommands(object):
|
|
|
| All pushed files can be removed by calling RemovePushedFiles().
|
| """
|
| - assert os.path.exists(local_path)
|
| + assert os.path.exists(local_path), 'Local path not found %s' % local_path
|
| self._pushed_files.append(device_path)
|
|
|
| # If the path contents are the same, there's nothing to do.
|
|
|