Explicitly use python3
This commit is contained in:
		
							parent
							
								
									801d0f66f6
								
							
						
					
					
						commit
						0242c9e6d2
					
				| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
#!/usr/bin/env python
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
from fusesoc.capi2.generator import Generator
 | 
			
		||||
import os
 | 
			
		||||
import shutil
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -142,7 +142,7 @@ generate:
 | 
			
		|||
 | 
			
		||||
generators:
 | 
			
		||||
  swerv_config:
 | 
			
		||||
    interpreter: python
 | 
			
		||||
    interpreter: python3
 | 
			
		||||
    command: configs/swerv_config_gen.py
 | 
			
		||||
    description : Create a SweRV configuration. Note! Only supports the default config
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue