parent
3887bd70c4
commit
3983590d76
1 changed files with 0 additions and 3 deletions
|
|
@ -1109,9 +1109,6 @@ class ReplApplication(Cmd, ConsoleApplication):
|
||||||
|
|
||||||
def format(self, result, alias=None):
|
def format(self, result, alias=None):
|
||||||
fields = self.selected_fields
|
fields = self.selected_fields
|
||||||
# Do not format objects if they not respect conditions
|
|
||||||
if self.condition and not self.condition.is_valid(result):
|
|
||||||
return
|
|
||||||
if '$direct' in fields or '$full' in fields:
|
if '$direct' in fields or '$full' in fields:
|
||||||
fields = None
|
fields = None
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue