From 9e44419fd87da213648f48fedd1b14d06afa9ce5 Mon Sep 17 00:00:00 2001 From: Fabien Mathey Date: Tue, 7 Feb 2017 15:18:04 +0100 Subject: [PATCH] add the TODO message --- usbmonitor/monitoringer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/usbmonitor/monitoringer.py b/usbmonitor/monitoringer.py index 79f1c7c..04e340f 100644 --- a/usbmonitor/monitoringer.py +++ b/usbmonitor/monitoringer.py @@ -118,6 +118,7 @@ if __name__=="__main__": os.system("pmount -r {0} {1}".format(partition.device_node,"sourceusb")) # Copy all the files using pyCirclean here! + #TODO: CALL PyCirClean and remove the following "print" call print("do the needed stuff")