Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Nov 14, 2023
1 parent b44dda0 commit d84b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
xmlmodels = []
cwd = os.getcwd()
if 'y' in cwd[-2:]:
xmlmodels.extend(glob.glob(join("benchmarks", dirname, "*.xml")))
xmlmodels.extend(glob.glob(join("benchmarks", dirname, 'sat', "*.xml")))
else:
xmlmodels.extend(glob.glob(join(dirname, "*.xml")))

Expand Down

0 comments on commit d84b763

Please sign in to comment.