cleanup
This commit is contained in:
parent
3e75df36cf
commit
a319007ef2
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,7 @@ except:
|
||||||
class Passthrough(Operations):
|
class Passthrough(Operations):
|
||||||
def __init__(self, root):
|
def __init__(self, root):
|
||||||
self.root = root
|
self.root = root
|
||||||
self.timeoffset = 2
|
self.timeoffset = 2 #hours
|
||||||
|
|
||||||
# Helpers
|
# Helpers
|
||||||
# =======
|
# =======
|
||||||
|
@ -35,8 +35,6 @@ class Passthrough(Operations):
|
||||||
"workdir",
|
"workdir",
|
||||||
today.strftime("%Y-%m-%d"))),
|
today.strftime("%Y-%m-%d"))),
|
||||||
partial)
|
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
|
return path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue