ncoronado / tracshell

Automatically exported from code.google.com/p/tracshell
1 stars 0 forks source link

settings not adding editor value from yaml file #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here is my test settings file:

editor: /usr/bin/vi default_site: localsite


!Site name: localsite user: james passwd: zlpvqd host: localhost port: 80 path: /projects/TracShell/login/xmlrpc secure: false


What is the expected output? What do you see instead?

should add the 'editor' property to the settings object which isn't happening

Original issue reported on code.google.com by j.kennet...@gmail.com on 10 Apr 2009 at 7:16

GoogleCodeExporter commented 8 years ago
Looks like there's some code smell around how settings are passed around.

going to refactor into the constructor function.

Original comment by j.kennet...@gmail.com on 10 Apr 2009 at 7:29

GoogleCodeExporter commented 8 years ago

Original comment by j.kennet...@gmail.com on 10 Apr 2009 at 7:48