Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

fail gracefully when no matching volume files were found #14

Merged
merged 2 commits into from
May 4, 2019

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    879cd17 View commit details
    Browse the repository at this point in the history
  2. script: exit with code 66/EX_NOINPUT in case no matching volume files…

    … were found
    
    previously:
    > Traceback (most recent call last):
    > [...]
    > File ".../freesurfer_volume_reader/main.py", line 59, in main
    > united_volume_frame = pandas.concat(volume_frames, ignore_index=True, sort=False)
    > [...]
    > ValueError: No objects to concatenate
    
    #10
    fphammerle committed May 4, 2019
    Configuration menu
    Copy the full SHA
    a17baf9 View commit details
    Browse the repository at this point in the history