From 4971433c183cc515d8265046f895af444b343a22 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Thu, 13 Apr 2017 13:22:11 +0200 Subject: [PATCH] Formatting issue --- moveSeasoned.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moveSeasoned.py b/moveSeasoned.py index 309bc04..5443e2b 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-04-13 12:11:34 +# @Last Modified time: 2017-04-13 12:42:38 import sys, sqlite3, json, os import env_variables as env @@ -55,6 +55,7 @@ def moveStray(strayId): for item in ep.trash: os.remove(ep.typeDir('parent', mergeItem=item)) + os.rmdir(ep.typeDir('parent')) if __name__ == '__main__':