Skip to content

Commit

Permalink
Remove unneeded variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Sep 16, 2020
1 parent a83018f commit 90ef939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downward/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def add_suite(self, benchmarks_dir, suite):
You can copy the generated list into your experiment script::
>>> benchmarks_dir = REPO = os.environ["DOWNWARD_BENCHMARKS"]
>>> benchmarks_dir = os.environ["DOWNWARD_BENCHMARKS"]
>>> exp = FastDownwardExperiment()
>>> exp.add_suite(benchmarks_dir, ['airport', 'zenotravel'])
Expand Down

0 comments on commit 90ef939

Please sign in to comment.