Added many many debug statements to help debug issue #32
This commit is contained in:
parent
0948c9308a
commit
5672b82f5e
4 changed files with 25 additions and 8 deletions
|
|
@ -24,6 +24,7 @@ def clear_tmp():
|
|||
for f in files:
|
||||
os.remove(f)
|
||||
logging.debug("Removed {}".format(f))
|
||||
logging.debug("Cleared {}.".format(TEMP_CAPTURE_PATH))
|
||||
|
||||
|
||||
def capture_from_dict(capture_dict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue