From f7d5626ff9fa374b8eb9205d3cfa46e7861e9e2e Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Dec 2021 02:18:18 +0100 Subject: [PATCH] fix --- scripts/cleanup_exp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup_exp.py b/scripts/cleanup_exp.py index aedd490..bee76fe 100644 --- a/scripts/cleanup_exp.py +++ b/scripts/cleanup_exp.py @@ -1,4 +1,4 @@ -import os +import os, glob from config.cfg import exp, cluster from utils import try_remove -- GitLab