Skip to content
Snippets Groups Projects
Commit b2084536 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the bobrc path

parent ee039e61
Loading
Pipeline #52351 passed
...@@ -127,6 +127,6 @@ MATPLOTLIB_RCDIR = pkg_resources.resource_filename(__name__, "data") ...@@ -127,6 +127,6 @@ MATPLOTLIB_RCDIR = pkg_resources.resource_filename(__name__, "data")
It is required for certain builds that use matplotlib functionality. It is required for certain builds that use matplotlib functionality.
""" """
BOBRC_PATH = pkg_resources.resource_filename(__name__, "data", "bobrc") BOBRC_PATH = pkg_resources.resource_filename(__name__, os.path.join("data", "bobrc"))
"""The path to custom Bob configuration file to be used during the CI """The path to custom Bob configuration file to be used during the CI
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment