1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

framework/getters: Whitespace

This commit is contained in:
Brendan Jackman 2017-12-07 14:35:28 +00:00 committed by marcbonnici
parent b05b0a2e4f
commit 4d7b76fd98

View File

@ -113,7 +113,7 @@ class Package(ResourceGetter):
basepath = os.path.join(os.path.dirname(_base_filepath), 'assets')
else:
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)