Commit 34fadd3c authored by Oxez's avatar Oxez
Browse files

changes

parent 12a474d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ else:
    makefilePath = makefilePath.split("/")
    del makefilePath[-1]
    makefilePath = "/".join(makefilePath)
    print(makefilePath)

    isissrc = makefilePath.split("src")[0]
    print(isissrc)
    os.system("cd " + makefilePath)
    os.system("mkdir test")