Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-13 19:33:19 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-13 19:33:19 (GMT)
commit66d404c045cbcccd1648999ec8c37611e57ddba3 (patch)
treedc2e99efe5b968fa731bbea4d7de3d2ea6aad9cd
parent7eda16de1c96be70780293238195bfe0af85d8e9 (diff)
typo in loggging
-rw-r--r--archivo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivo.py b/archivo.py
index b088ad4..2e764f9 100644
--- a/archivo.py
+++ b/archivo.py
@@ -223,7 +223,7 @@ def dict_meses(path, fecha, opcion=0):
if not fecha in datos[indice]:
datos[indice].append(fecha)
else:
- _log.debug('THE FILE LISTA_DIAS DID NOT EXISTS')
+ _log.debug('THE FILE LISTA_DIAS DID NOT EXIST')
f = open(path, 'wb')
datos = {}
datos[indice] = []