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

Unified Diff: client/bin/partition.py

Issue 3511003: Merge remote branch 'cros/upstream' into tempbranch2 (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
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

Powered by Google App Engine
This is Rietveld 408576698