Commit 3befb7a3d989179d4418e3f4cb9bd1c0aaf3323a
Exists in
master
and in
1 other branch
Corrige path WorkCSV
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/WorkCSV.py
@@ -10,7 +10,7 @@ class WorkCSV(object): | @@ -10,7 +10,7 @@ class WorkCSV(object): | ||
10 | 10 | ||
11 | # Define e inicializa os atributos | 11 | # Define e inicializa os atributos |
12 | def __init__(self): | 12 | def __init__(self): |
13 | - | 13 | + |
14 | self.__path = expanduser("~") + "/vlibras-translate/data/" | 14 | self.__path = expanduser("~") + "/vlibras-translate/data/" |
15 | self.__fileInf = '' | 15 | self.__fileInf = '' |
16 | self.__dicInf = {} | 16 | self.__dicInf = {} |