Fixes #5 #6

Merged
dafo5502 merged 5 commits from developer into master 2021-10-27 09:59:42 +02:00
Showing only changes of commit ad9583aa10 - Show all commits

View File

@ -170,7 +170,7 @@ class Pipeline:
# Delete queue file and upload data
os.remove(os.path.join(self.queue, target_id))
try:
# if any old error file remove it since now iot has worked
# if any old error file remove it since it worked
os.remove(os.path.join(self.error, target_id))
except OSError:
pass