Skip to content

Commit f9d8f8d

Browse files
committed
Revert doc change to AdbCommands.Push.
google#8 wasn't merged yet.
1 parent 29e0c83 commit f9d8f8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adb/adb_commands.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ def Install(self, apk_path, destination_dir=None, timeout_ms=None):
133133
timeout_ms=timeout_ms)
134134

135135
def Push(self, source_file, device_filename, mtime='0', timeout_ms=None):
136-
"""Push a file or directory to the device.
136+
"""Push a file to the device.
137137
138138
Arguments:
139-
source_file: Either a filename, a directory or file-like object to push to
140-
the device.
139+
source_file: Either a filename or file-like object to push to the device.
141140
device_filename: The filename on the device to write to.
142141
mtime: Optional, modification time to set on the file.
143142
timeout_ms: Expected timeout for any part of the push.

0 commit comments

Comments
 (0)