Fixing wrong command to remove tmp dir

pull/72/head
Patrick Müller 2021-01-16 20:38:07 +01:00
rodzic e589d03d14
commit 58facc0276
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
import unittest
import icalevents.icaldownload
import os
import shutil
import logging
@ -94,5 +95,5 @@ DTSTART:19180331T020000
# Delete tmp dir
os.chdir("..")
os.remove("tmp")
shutil.rmtree("tmp")