Skip to content

Commit

Permalink
changing the jinja
Browse files Browse the repository at this point in the history
Signed-off-by: AkshathRaghav <[email protected]>
  • Loading branch information
AkshathRaghav committed Oct 26, 2023
1 parent df2af12 commit 1fcc667
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions osbenchmark/workload/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,6 @@ def __call__(self, workload_name, workload_specification, mapping_dir):
default_value=[],
)
]

if len(indices) > 0 and len(data_streams) > 0:
# we guard against this early and support either or
raise WorkloadSyntaxError(
Expand Down Expand Up @@ -1519,9 +1518,6 @@ def _r(self, root, path, error_ctx=None, mandatory=True, default_value=None):
path = [path]

structure = root
self.logger.info(structure)
self.logger.info(path)

try:
for k in path:
structure = structure[k]
Expand Down

0 comments on commit 1fcc667

Please sign in to comment.