This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed codacy
version-14
Achilles Rasquinha
7 years ago
parent
2816e9f54d
commit
6d764e7ac5
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/ui/capture.js
+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)
Write
Preview
Loading…
Cancel
Save