Commit a0581f69 by 岳巧源

add script

parent 9867575e
Showing with 2 additions and 1 deletions
...@@ -117,6 +117,7 @@ def process(url: str, supplier_id: int): ...@@ -117,6 +117,7 @@ def process(url: str, supplier_id: int):
except Exception as e: except Exception as e:
print(e) print(e)
finally: finally:
os.remove(abs_path) if abs_path != "":
os.remove(abs_path)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment