Skip to content
Snippets Groups Projects
Commit 9f3f553c authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix Typo on directory name


Fix typo on directory name that was inserted on last the commit.

Signed-off-by: default avatarBruno Nocera Zanette <brunonzanette@gmail.com>
parent 776d7ac2
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def main():
# Define directory and name of XML files
date_today=str(datetime.date.today())
dir_results="/home/www/elgg/opendata_xmlfiles"
dir_results="/home/www/elgg/opendata_xmlfiles/"
user_xml_file=dir_results+date_today+"_usuarios"+".xml"
group_xml_file=dir_results+date_today+"_comunidades"+".xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment