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)