Author: tlinnet
Date: Sat Apr  2 17:39:54 2016
New Revision: 28189

URL: http://svn.gna.org/viewcvs/relax?rev=28189&view=rev
Log:
Adding an observer for current working directory.


Modified:
    trunk/status.py

Modified: trunk/status.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/status.py?rev=28189&r1=28188&r2=28189&view=diff
==============================================================================
--- trunk/status.py     (original)
+++ trunk/status.py     Sat Apr  2 17:39:54 2016
@@ -169,6 +169,9 @@
         # The observer object for state loading.
         self.observers.state_load = Observer('state_load')
 
+        # The observer object for current working directory change.
+        self.observers.system_cwd_path = Observer('system_cwd_path')
+
 
     def init_auto_analysis(self, name, type):
         """Initialise a status container for an auto-analysis.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to