Esempio n. 1
0
def mkDir(path):
    if "/eos/" in path:
        return EOSFS.mkDir(path)
    else:
        return LinuxFS.mkDir(path)