Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiGrew authored Jul 24, 2023
1 parent 14b3ea1 commit ebce7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebench/model/executor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Copyright (c) 2009-2014 Stefan Marr <http://www.stefan-marr.de/>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -60,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 ebce7c2

Please sign in to comment.