Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
3d0e7db350
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/oscar/apps/search/views/catalogue.py

+ 1
- 0
src/oscar/apps/search/views/catalogue.py View File

27
 
27
 
28
     def get(self, request, *args, **kwargs):
28
     def get(self, request, *args, **kwargs):
29
         try:
29
         try:
30
+            
30
             # print("GET CAT")
31
             # print("GET CAT")
31
             # print(traceback.print_stack())
32
             # print(traceback.print_stack())
32
             return super().get(request, *args, **kwargs)
33
             return super().get(request, *args, **kwargs)

Loading…
Cancel
Save