summaryrefslogtreecommitdiff
path: root/mydisks.py
diff options
context:
space:
mode:
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):