Skip to content

Commit

Permalink
error end if
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed Sep 13, 2024
1 parent 16f8aa4 commit 2c9edac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/c_api/test_join_sail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ int main(int argc, char** argv) {
} else {
std::cerr << "Error uploading file. Command returned: " << result << std::endl;
}
#endif
} else if (rank == 1) { // P2
std::string filename = argv[2];
if (filename.substr(filename.find_last_of(".") + 1) != "csv") {
Expand Down

0 comments on commit 2c9edac

Please sign in to comment.