Skip to content
Snippets Groups Projects
Commit 6d0be758 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

add remove orphan prog

parent 2ffcb45c
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# A script to deal with product sheet. (see test-*.csv)
# see readme.md for usage
import traceback
def show_exception_and_exit(exc_type, exc_value, tb):
traceback.print_exception(exc_type, exc_value, tb)
......
#!/usr/bin/env python3
# A script to deal with product sheet. (see test-*.csv)
# see README for usage
import traceback
def show_exception_and_exit(exc_type, exc_value, tb):
traceback.print_exception(exc_type, exc_value, tb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment