fixed codacy
This commit is contained in:
parent
2816e9f54d
commit
6d764e7ac5
2 changed files with 1 additions and 2 deletions
|
|
@ -91,4 +91,4 @@ frappe.ui.Capture = class
|
|||
frappe.ui.Capture.DEFAULT_OPTIONS =
|
||||
{
|
||||
width: 480, height: 320, flip_horiz: true
|
||||
}
|
||||
};
|
||||
1
setup.py
1
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue