We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a733 commit e8cc526Copy full SHA for e8cc526
python/cdo.py
@@ -781,7 +781,6 @@ def __init__(self, dir):
781
self.dir = dir
782
if not os.path.isdir(dir):
783
os.makedirs(dir)
784
- self.__tempdirs.append(dir)
785
# handling different exits from interactive sessions
786
# python3 has threading.main_thread(), but python2 doesn't
787
if sys.version_info[0] == 2 \
0 commit comments