Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

webserver: munge decorators #445

Closed JohnDMcMaster closed 9 months ago

JohnDMcMaster commented 9 months ago

evidently the decorator nesting issue can be solved by putting "@dectorator" on except wrap definition. ie something like

@decorator
def except_wrap(...):
JohnDMcMaster commented 9 months ago

fixed with help from tim