fixed codacy

This commit is contained in:
Achilles Rasquinha 2017-09-26 10:03:19 +05:30
parent 2816e9f54d
commit 6d764e7ac5
2 changed files with 1 additions and 2 deletions

View file

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

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)