tweak comment
This commit is contained in:
		
							parent
							
								
									6b7f75c6ba
								
							
						
					
					
						commit
						5917d22b8b
					
				|  | @ -206,7 +206,7 @@ class Tool: | ||||||
| 
 | 
 | ||||||
|         assert getattr(self, "output_type", None) in AUTHORIZED_TYPES |         assert getattr(self, "output_type", None) in AUTHORIZED_TYPES | ||||||
| 
 | 
 | ||||||
|         # Validate forward function signature, except for PipelineTool |         # Validate forward function signature, except for Tools that use a "generic" signature (PipelineTool, SpaceToolWrapper) | ||||||
|         if not ( |         if not ( | ||||||
|             hasattr(self, "skip_forward_signature_validation") |             hasattr(self, "skip_forward_signature_validation") | ||||||
|             and getattr(self, "skip_forward_signature_validation") is True |             and getattr(self, "skip_forward_signature_validation") is True | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue