Commit 2e816ee6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8d1a293d
...@@ -555,6 +555,7 @@ def do_ue(): ...@@ -555,6 +555,7 @@ def do_ue():
def main(): def main():
os.makedirs('config/out', exist_ok=True)
for f in glob.glob('config/out/*'): for f in glob.glob('config/out/*'):
os.remove(f) os.remove(f)
do_enb() do_enb()
......
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