Skip to content

Commit

Permalink
Update PyUtils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Nov 27, 2019
1 parent df5e5d4 commit b09b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/PyUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ namespace py
};
}

#define PRINT_WARN(msg) do{ py::WarningLog::get().printOnce(std::cerr, msg); } while(0)
#define PRINT_WARN(msg) do{ py::WarningLog::get().printOnce(std::cerr, msg); } while(0)

0 comments on commit b09b898

Please sign in to comment.