From 6ea35f785aa324d8bdc75864cdca180919700c30 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Thu, 6 Jun 2024 18:30:24 +0200
Subject: [PATCH] Fix bug in configuration parsing

---
 shipcat/config.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shipcat/config.py b/shipcat/config.py
index 815441d..f6f5012 100644
--- a/shipcat/config.py
+++ b/shipcat/config.py
@@ -97,7 +97,6 @@ class ContainerConfig:
                 self.root_path = self.global_config.default_root_path / self.name
             self.data_path = self.root_path / 'data'
 
-            self.root_dir = w['root_dir'].as_str()
             self.image = w['image'].as_str()
 
             self.allowed_users = set()
-- 
GitLab