mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 09:02:08 +00:00 
			
		
		
		
	remove fstring to be compatible with python 3.5
remove fstring to be compatible with python 3.5
This commit is contained in:
		@@ -4,7 +4,7 @@ from thefuck.utils import for_app
 | 
				
			|||||||
@for_app('rvm', at_least=2)
 | 
					@for_app('rvm', at_least=2)
 | 
				
			||||||
def match(command):
 | 
					def match(command):
 | 
				
			||||||
    args = command.script_parts
 | 
					    args = command.script_parts
 | 
				
			||||||
    pattern = f"""RVM is not a function, selecting rubies with 'rvm use ...' will not work.
 | 
					    pattern = """RVM is not a function, selecting rubies with 'rvm use ...' will not work.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You need to change your terminal emulator preferences to allow login shell.
 | 
					You need to change your terminal emulator preferences to allow login shell.
 | 
				
			||||||
Sometimes it is required to use `/bin/bash --login` as the command.
 | 
					Sometimes it is required to use `/bin/bash --login` as the command.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user