Commit 700cc2ee authored by GZhao's avatar GZhao
Browse files

fix a small bug

parent 3d42fff7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ import io
import shutil

def clear_output():
    if os.path.exists(output)
    if os.path.exists(output):
        shutil.rmtree(output)
    os.mkdir(output)