File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed 
python/private/pypi/dependency_resolver Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,7 @@ def main(
189189                        absolute_output_file , requirements_file_tree 
190190                    )
191191                )
192-         ##breakpoint() 
193-         try :
194-             cli (argv , standalone_mode  =  False )
195-         except  Exception  as  exc :
196-             ##breakpoint() 
197-             print (exc )
198-             raise 
192+         cli (argv , standalone_mode  =  False )
199193        requirements_file_relative_path  =  Path (requirements_file_relative )
200194        content  =  requirements_file_relative_path .read_text ()
201195        content  =  content .replace (absolute_path_prefix , "" )
@@ -204,14 +198,9 @@ def main(
204198        # cli will exit(0) on success 
205199        try :
206200            print ("Checking "  +  requirements_file )
207-             ##breakpoint() 
208201            cli (argv )
209202            print ("cli() should exit" , file = sys .stderr )
210203            sys .exit (1 )
211-         except  Exception  as  exc :
212-             ##breakpoint() 
213-             print (exc )
214-             raise 
215204        except  SystemExit  as  e :
216205            if  e .code  ==  2 :
217206                print (
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments