From ef6f38ff041287a2c198e53ab4f0213914979ce9 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 12 Jul 2015 11:34:29 +0200 Subject: Comments and error handling --- mydisks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mydisks.py') 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): -- cgit v1.2.3