-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: tron_actorcore
-
Labels:None
-
Environment:
tro
from Actor.Actor._init_
# This requires that the actor be started from its root directory. Not great, # but it removed dependance on another environment variable. Could import eups and # ask that object. self.product_dir = os.getcwd()
product_dir is now determined using current directory.
eups is now used to get version, hence there is no good reason to avoid using environment variable.