add print to assist baze. see #2600
This commit is contained in:
		
							parent
							
								
									0580e69f1c
								
							
						
					
					
						commit
						cdb7fb67e6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -379,6 +379,7 @@ def is_in_path(name_of_command, return_abs_path = False):
 | 
				
			||||||
		return is_in_dir
 | 
							return is_in_dir
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def exec_command(command):
 | 
					def exec_command(command):
 | 
				
			||||||
 | 
						print command
 | 
				
			||||||
	subprocess.Popen(command, shell = True)
 | 
						subprocess.Popen(command, shell = True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def build_command(executable, parameter):
 | 
					def build_command(executable, parameter):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue