Skip to content

Commit

Permalink
feat: modify conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabailon committed Jun 14, 2024
1 parent a21ace0 commit 854660f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, dataframes, target, compare=False, store_path=gettempdir(), x
if target in ['binary', 'analysis', 'remote', 'agent', 'logcollector', 'wazuhdb']:
self.columns_to_plot = self._load_columns_to_plot(columns_path)

if unify:
if unify.lower() in ["true"]:
self._unify_dataframes()

@staticmethod
Expand Down

0 comments on commit 854660f

Please sign in to comment.