mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 15:12:20 +00:00 
			
		
		
		
	Fix for Python 2.
This commit is contained in:
		| @@ -20,7 +20,7 @@ def get_new_command(command): | ||||
|         skip += 1 | ||||
|     script_parts = command.script_parts[skip:] | ||||
|     return [ | ||||
|         ' '.join(['npx', e, *script_parts]) | ||||
|         ' '.join(['npx', e] + script_parts) | ||||
|         for e in get_matching_npm_executables_in_cd(command) | ||||
|     ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user