From 7cda4accdb0d19b9010a29fdb99ae473d1aa97f2 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 27 Jun 2017 15:49:34 -0600 Subject: [PATCH] Added print for debugging purposes --- moveSeasoned.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moveSeasoned.py b/moveSeasoned.py index 27f9386..1e6f203 100755 --- a/moveSeasoned.py +++ b/moveSeasoned.py @@ -3,7 +3,7 @@ # @Author: KevinMidboe # @Date: 2017-04-12 23:27:51 # @Last Modified by: KevinMidboe -# @Last Modified time: 2017-06-27 15:48:00 +# @Last Modified time: 2017-06-27 15:49:19 import sys, sqlite3, json, os import logging @@ -76,6 +76,7 @@ def moveStray(strayId): fix_ownership(ep.typeDir('episode')) for item in ep.typeDir('episode'): + print(item) fix_ownership(item)