mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-22 21:22:37 +01:00
framework/getters: Whitespace
This commit is contained in:
committed by
marcbonnici
parent
b05b0a2e4f
commit
4d7b76fd98
@@ -113,7 +113,7 @@ class Package(ResourceGetter):
|
|||||||
basepath = os.path.join(os.path.dirname(_base_filepath), 'assets')
|
basepath = os.path.join(os.path.dirname(_base_filepath), 'assets')
|
||||||
else:
|
else:
|
||||||
modname = resource.owner.__module__
|
modname = resource.owner.__module__
|
||||||
basepath = os.path.dirname(sys.modules[modname].__file__)
|
basepath = os.path.dirname(sys.modules[modname].__file__)
|
||||||
return get_from_location(basepath, resource)
|
return get_from_location(basepath, resource)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user