From 6d764e7ac54e5331a92c11cb0edf18c8edc23c34 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Tue, 26 Sep 2017 10:03:19 +0530 Subject: [PATCH] fixed codacy --- frappe/public/js/frappe/ui/capture.js | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/public/js/frappe/ui/capture.js b/frappe/public/js/frappe/ui/capture.js index 184d7b10d1..f555243975 100644 --- a/frappe/public/js/frappe/ui/capture.js +++ b/frappe/public/js/frappe/ui/capture.js @@ -91,4 +91,4 @@ frappe.ui.Capture = class frappe.ui.Capture.DEFAULT_OPTIONS = { width: 480, height: 320, flip_horiz: true -} \ No newline at end of file +}; \ No newline at end of file diff --git a/setup.py b/setup.py index 87c0116832..466449e956 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ class CleanCommand(Clean): if extension in ['.pyc']: abspath = os.path.join(dirpath, filename) os.remove(abspath) - for dirname in dirnames: if dirname in ['__pycache__']: abspath = os.path.join(dirpath, dirname)