Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam authored Feb 7, 2024
1 parent 38bcb2c commit 6a5e2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/config_extractor/config_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def analyze_dumps(
legacy_config, karton_tasks = self.preprocess_config(config)
karton_task_parent = sample

if len(legacy_config.items()) > 1:
if len(legacy_config) > 1:
parent = Resource(name=dump_basename, content=dump_data)
karton_task_parent = parent
task = Task(
Expand Down

0 comments on commit 6a5e2f3

Please sign in to comment.