summaryrefslogtreecommitdiff
path: root/mydisks.py
diff options
context:
space:
mode:
authorLudovic Pouzenc <lpouzenc@gmail.com>2015-07-12 11:34:29 +0200
committerLudovic Pouzenc <lpouzenc@gmail.com>2015-07-12 11:34:29 +0200
commitef6f38ff041287a2c198e53ab4f0213914979ce9 (patch)
treeebf659b9fa5eacac2b186c79616d7516d2024d5d /mydisks.py
parentc0a498de02cebaa9bd462d611599f0be6809357e (diff)
downloadraidguessfs-ef6f38ff041287a2c198e53ab4f0213914979ce9.tar.gz
raidguessfs-ef6f38ff041287a2c198e53ab4f0213914979ce9.tar.bz2
raidguessfs-ef6f38ff041287a2c198e53ab4f0213914979ce9.zip
Comments and error handling
Diffstat (limited to 'mydisks.py')
-rw-r--r--mydisks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mydisks.py b/mydisks.py
index b249198..2a8ae47 100644
--- a/mydisks.py
+++ b/mydisks.py
@@ -34,7 +34,7 @@ class MyDisks():
return self.disk_count
def set_disks_path(self,disk_path_list):
- """Set the list of real filepath to disks or images and (re)open them"""
+ """Set the list of real filepath to disks or images"""
self.disk_paths = disk_path_list
def set_disk_count(self,new_disk_count):