mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
renamed store_src_code_elf to store_src_code_binary
This commit is contained in:
@@ -218,7 +218,7 @@ class OSACA(object):
|
||||
|
||||
"""
|
||||
if os.path.isfile(self.file_path):
|
||||
self.store_src_code_elf()
|
||||
self.store_src_code_binary()
|
||||
try:
|
||||
if 'file format elf64' in self.srcCode[1].lower():
|
||||
return True
|
||||
@@ -249,7 +249,7 @@ class OSACA(object):
|
||||
return True
|
||||
return False
|
||||
|
||||
def store_src_code_elf(self):
|
||||
def store_src_code_binary(self):
|
||||
"""
|
||||
Load binary file compiled with '-g' in class attribute srcCode and
|
||||
separate by line.
|
||||
|
||||
Reference in New Issue
Block a user