Commit 8297a752 authored by Lionel Gauthier's avatar Lionel Gauthier

sync

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7189 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b28ca465
......@@ -209,7 +209,7 @@ parse_oai_log_files()
g_page_index = 0
g_message_index = 0
g_now = datetime.datetime.now()
g_now_formated = g_now.strftime("%Y-%m-%d_%H.%M.%S")
g_now_formated = 'mscgen_' + g_now.strftime("%Y-%m-%d_%H.%M.%S")
g_currentdir = os.curdir
g_resultdir = os.path.join(g_currentdir, g_now_formated)
os.mkdir(g_resultdir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment