ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

Use os.path.join() #27

Closed HazenBabcock closed 6 years ago

HazenBabcock commented 8 years ago

Use os.path.join() instead of simple string concatenation to combine directory and filenames.

HazenBabcock commented 8 years ago

Related, use os.path.sep when appropriate.

HazenBabcock commented 6 years ago

Should be fixed now.