diff options
Diffstat (limited to 'mydisks.py')
-rw-r--r-- | mydisks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |