I2PC / scipion

Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM)
http://scipion.i2pc.es
Other
76 stars 47 forks source link

Bug in pwutils.createLink function when the input is a single folder #2067

Closed delarosatrevin closed 4 years ago

delarosatrevin commented 4 years ago

Describe the bug When the is a single folder as input (e.g 'Runs') the function fails because is doing some os.path.dirname, which is empty in that case and makes the next function call failed.

I have found this bug while checking this one: https://github.com/scipion-em/scipion-em-relion/issues/111