Hi,
I'm using this bit of code to find the pipeline config path :
tk = sgtk.Sgtk(somepath)
print tk.pipeline_configuration.get_all_os_paths()
The problem is that the docstring of sgtk states :
pipeline_configuration
Internal Use Only - We provide no guarantees that this method
will be backwards compatible. The returned objects are also
subject to change and are not part of the public Sgtk API.
So what is the officially supported way of getting the pipeline config path ?
Regards