Skip to content

Commit

Permalink
Remove outdated reference to __tempdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd authored and Try2Code committed Mar 29, 2023
1 parent 9d1a733 commit e8cc526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ def __init__(self, dir):
self.dir = dir
if not os.path.isdir(dir):
os.makedirs(dir)
self.__tempdirs.append(dir)
# handling different exits from interactive sessions
# python3 has threading.main_thread(), but python2 doesn't
if sys.version_info[0] == 2 \
Expand Down

0 comments on commit e8cc526

Please sign in to comment.