Tim Pillinger

Results 221 comments of Tim Pillinger

## File Readable but not found ``` #!/bin/bash -l export CYLC_SITE_CONF_PATH="/data/jupyterhub/config/" # Delegate to the Cylc hub server exec "$(dirname "$0")/cylc" "hubapp" $@ ``` > does not result in the...

Duplicated, and assured myself that this is a VR bug - doing this serially as `cylc install` and then `cylc play` is fine.

The problem is that the validate step alters the options object passed to it by storing the value of now as `options.icp`. I can fix this problem (and any others...

Needs a rebase to pull in flake8 fixes.

I have created a crude integration/fnctional test at https://github.com/hjoliver/cylc-flow/pull/55 I think I can do better/faster, but was blocked by a simulation mode bug.

> @wxtim - rebased and added an integration test. > > My integration test is presumably similar to what you are working on? Trouble is, it passes on master too!...

> Did you manage to work out why the command stderr was not logged? Because no one made Rose log it. When I was testing it in front of you...

Question (originally posed by @oliver-sanders in a meeting): > Do we need to housekeep broadcasts? I think that any method of housekeeping broadcasts will interact with multiple flows and/or workflow...

From @ColemanTom on #6770 > ``` > $ cylc show wdb/runN//*/bar > WARNING - You do not need to include runN in the workflow ID; Cylc will select the latest...