diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-21 18:51:57 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-21 18:51:57 +0200 |
| commit | 9f7950b020ce4d9bb91e9e3722729d5b51b2ede3 (patch) | |
| tree | 1b6d2917ee81fe5b0b786ded0364743ab960f8fb | |
| parent | 3870f15eded2dd24243de2b6cbe3abcf6e9050a5 (diff) | |
| download | allocbench-9f7950b020ce4d9bb91e9e3722729d5b51b2ede3.tar.gz allocbench-9f7950b020ce4d9bb91e9e3722729d5b51b2ede3.zip | |
add missing patchdir
| -rw-r--r-- | src/allocator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/allocator.py b/src/allocator.py index 26866dd..9473f84 100644 --- a/src/allocator.py +++ b/src/allocator.py @@ -59,6 +59,7 @@ class Allocator: self.name = name self.srcdir = os.path.join(SRCDIR, self.name) self.dir = os.path.join(BUILDDIR, self.name) + self.patchdir = os.path.join(src.globalvars.allocsrcdir, self.name) # Update attributes self.__dict__.update((k, v) for k, v in kwargs.items() if k in self.allowed_attributes) |
