#289: Add is a directory pattern to cp_omitting_directory rule
This commit is contained in:
@@ -4,8 +4,9 @@ from thefuck.utils import sudo_support
|
||||
|
||||
@sudo_support
|
||||
def match(command, settings):
|
||||
stderr = command.stderr.lower()
|
||||
return command.script.startswith('cp ') \
|
||||
and 'cp: omitting directory' in command.stderr.lower()
|
||||
and ('omitting directory' in stderr or 'is a directory' in stderr)
|
||||
|
||||
|
||||
@sudo_support
|
||||
|
||||
Reference in New Issue
Block a user