Skip to content
Snippets Groups Projects
Commit c686dfb3 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Platform updates FSLDIR environment variable when platform.fsldir is set.

parent 97f8dda8
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,8 @@ class Platform(notifier.Notifier): ...@@ -179,7 +179,8 @@ class Platform(notifier.Notifier):
"""Changes the value of the :attr:`fsldir` property, and notifies any """Changes the value of the :attr:`fsldir` property, and notifies any
registered listeners. registered listeners.
""" """
self.__fsldir = value self.__fsldir = value
os.environ['FSLDIR'] = value
self.notify() self.notify()
......
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