NIKITA
Results
1
comments of
NIKITA
``` lock_file = os.path.join(self.db_dir, ".lock") if os.path.exists(lock_file): os.remove(lock_file) os.makedirs(self.db_dir, exist_ok=True) ```