Skip to content

Commit

Permalink
Missing return in non-void function
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed May 30, 2019
1 parent acd2a83 commit dac5aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/Python/py11File.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ pybind11::array File::DoRead(core::Variable<T> &variable, const size_t blockID)
return pyArray;
}
}

return pybind11::array();
}

} // end namespace py11
Expand Down

0 comments on commit dac5aef

Please sign in to comment.