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

Unified Diff: client/bin/partition.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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/bin/kernel_unittest.py ('k') | client/common_lib/log.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/partition.py
diff --git a/client/bin/partition.py b/client/bin/partition.py
index 61b24c036f41a99ab63b7aa3a7982f4b11c8755f..e238373bc69fb0f0fa18524460610606547ec922 100644
--- a/client/bin/partition.py
+++ b/client/bin/partition.py
@@ -638,7 +638,7 @@ class partition(object):
self.job.record('GOOD', None, fsck_cmd)
- def mount(self, mountpoint, fstype=None, args='', record=True):
+ def mount(self, mountpoint=None, fstype=None, args='', record=True):
"""
Mount this partition to a mount point
« no previous file with comments | « client/bin/kernel_unittest.py ('k') | client/common_lib/log.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698