Closed DiamondJoseph closed 2 months ago
In November, yield from save(device) where device is an instance of Class made the following file structure: pvs/Class/device.yaml
yield from save(device)
device
Class
pvs/Class/device.yaml
Now, yield from save(device) in plan makes the following file structure: pvs/plan/Class/device/device.yaml
plan
pvs/plan/Class/device/device.yaml
Possibly all that is required is pvs/plan/device.yaml?
pvs/plan/device.yaml
In November,
yield from save(device)
wheredevice
is an instance ofClass
made the following file structure:pvs/Class/device.yaml
Now,
yield from save(device)
inplan
makes the following file structure:pvs/plan/Class/device/device.yaml
Possibly all that is required is
pvs/plan/device.yaml
?