McDermott-Group / servers

Public repo that stores LabRAD servers and other non-measurement related code
0 stars 2 forks source link

[dataChest] mkdir unexpected behavior #69

Closed patzinak closed 8 years ago

patzinak commented 8 years ago

Not sure this is a bug or a feature :) If you run

from dataChest import *
a = dataChest('a')
b = dataChest('b')
a.mkdir('c')

then the folder 'c' is created inside folder 'b', not inside folder 'a', as I was intuitively expected.

@amopremcak close the issue or relabel it as a bug.

amopremcak commented 8 years ago

This was a bug. It is now fixed.