rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Command display doesn't show evaluated commands #51

Closed rhettg closed 13 years ago

rhettg commented 13 years ago

When I view an action, I see a command like:

COMMAND: %(PYTHON)s %(BATCHDIR)s/gearman_workers/conversation_worker.py check

The command should have it's context variables evaluated rather than used the raw one. This way, if a command has variables that change based on the call, for example like shortdate, we'll be able to see exactly what it ran, or is trying to run.

ghost commented 13 years ago

done!

rhettg commented 13 years ago

Fixed in 0.1.10