Browse Source

fixed codacy

version-14
Achilles Rasquinha 7 years ago
parent
commit
6d764e7ac5
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/capture.js
  2. +0
    -1
      setup.py

+ 1
- 1
frappe/public/js/frappe/ui/capture.js View File

@@ -91,4 +91,4 @@ frappe.ui.Capture = class
frappe.ui.Capture.DEFAULT_OPTIONS =
{
width: 480, height: 320, flip_horiz: true
}
};

+ 0
- 1
setup.py View File

@@ -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)


Loading…
Cancel
Save