Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG in spec.py for whitespaces in motornames #12

Closed
dkriegner opened this issue Aug 17, 2015 · 3 comments
Closed

BUG in spec.py for whitespaces in motornames #12

dkriegner opened this issue Aug 17, 2015 · 3 comments

Comments

@dkriegner
Copy link
Owner

BUG in getspecscan and geth5scan in io/spec.py for spec motornames with whitespaces:

1036 - h5scan.attrs["INIT_MOPO_%s" % motname]
1036 + h5scan.attrs["INIT_MOPO_%s" % makeNaturalName(motname)]

1112 - sscan.init_motor_pos["INIT_MOPO_%s" % motname])
1112 + sscan.init_motor_pos["INIT_MOPO_%s" % makeNaturalName(motname)])

Reported by: dschick

@dkriegner
Copy link
Owner Author

Original comment by: dschick

@dkriegner
Copy link
Owner Author

  • status: open --> closed
  • assigned_to: Dominik Kriegner

Original comment by: dkriegner

@dkriegner
Copy link
Owner Author

fixed by [caa8a3]

thanks for pointing it out!

Original comment by: dkriegner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant