slaclab / pysmurf

Other
2 stars 9 forks source link

Fixed no_dir error during setup #606

Closed jlashner closed 3 years ago

jlashner commented 3 years ago

Issue

Resolves #600 and https://github.com/simonsobs/smurf-issues/issues/24

Description

Figured out there was an error during setup in this branch that happened because some code was indented once to many times, which caused some of the setup not to be run if no_dir=True. This PR de-indents it.

Does this PR break any interface?