Selaa lähdekoodia

fixed codacy

version-14
Achilles Rasquinha 7 vuotta sitten
vanhempi
commit
6d764e7ac5
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -1
      frappe/public/js/frappe/ui/capture.js
  2. +0
    -1
      setup.py

+ 1
- 1
frappe/public/js/frappe/ui/capture.js Näytä tiedosto

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

+ 0
- 1
setup.py Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna