Skip to content

Commit e8cc526

Browse files
lukelbdTry2Code
authored andcommitted
Remove outdated reference to __tempdirs
1 parent 9d1a733 commit e8cc526

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/cdo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ def __init__(self, dir):
781781
self.dir = dir
782782
if not os.path.isdir(dir):
783783
os.makedirs(dir)
784-
self.__tempdirs.append(dir)
785784
# handling different exits from interactive sessions
786785
# python3 has threading.main_thread(), but python2 doesn't
787786
if sys.version_info[0] == 2 \

0 commit comments

Comments
 (0)