mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		@@ -86,7 +86,7 @@ class Plugins:
 | 
				
			|||||||
                self._activate_plugins(force_reload=True)
 | 
					                self._activate_plugins(force_reload=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                # we do not want to end in an endless loop
 | 
					                # we do not want to end in an endless loop
 | 
				
			||||||
                retry_counter -=1
 | 
					                retry_counter -= 1
 | 
				
			||||||
                if retry_counter <= 0:
 | 
					                if retry_counter <= 0:
 | 
				
			||||||
                    if settings.PLUGIN_TESTING:
 | 
					                    if settings.PLUGIN_TESTING:
 | 
				
			||||||
                        print('Max retries, breaking loading')
 | 
					                        print('Max retries, breaking loading')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user