Skip to content

Commit

Permalink
Update executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiGrew committed Jul 24, 2023
1 parent ebce7c2 commit 298d90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebench/model/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, name, path, executable, args, build, description,
the executor definitions
"""
self.name = name

self.binary_missing = False
self.path = path
self.executable = executable
self.args = args
Expand Down

0 comments on commit 298d90a

Please sign in to comment.