Kaynağa Gözat

removed print

version-14
Rushabh Mehta 11 yıl önce
ebeveyn
işleme
fa280fec57
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. +0
    -1
      frappe/utils/datautils.py

+ 0
- 1
frappe/utils/datautils.py Dosyayı Görüntüle

@@ -35,7 +35,6 @@ def read_csv_content_from_attached_file(doc):
def read_csv_content(fcontent, ignore_encoding=False):
rows = []

print fcontent
if not isinstance(fcontent, unicode):
decoded = False
for encoding in ["utf-8", "windows-1250", "windows-1252"]:


Yükleniyor…
İptal
Kaydet