From a319007ef2146d37734fa56bfc2e2a6b0d3bfdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 11 Feb 2020 14:54:10 +0100 Subject: [PATCH] cleanup --- bin/workdir.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/workdir.py b/bin/workdir.py index fa81256..d5ede4e 100755 --- a/bin/workdir.py +++ b/bin/workdir.py @@ -22,7 +22,7 @@ except: class Passthrough(Operations): def __init__(self, root): self.root = root - self.timeoffset = 2 + self.timeoffset = 2 #hours # Helpers # ======= @@ -35,8 +35,6 @@ class Passthrough(Operations): "workdir", today.strftime("%Y-%m-%d"))), partial) - # path = os.path.join(check_dir(os.path.join(self.root, "workdir", - # str(time.strftime("%Y-%m-%d-%M", time.gmtime())))), partial) return path