Skip to content

Commit

Permalink
Review fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bykoianko authored and vmihaylenko committed Jan 17, 2019
1 parent be427e6 commit 36f4c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic/pytraffic/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ vector<uint8_t> GenerateTrafficValuesFromList(boost::python::list const & keys,
vector<traffic::TrafficInfo::RoadSegmentId> keysVec =
python_list_to_std_vector<traffic::TrafficInfo::RoadSegmentId>(keys);

return GenerateTrafficValues(keysVec, segmentMappingDict, true /* useTempBlock */);
return GenerateTrafficValues(keysVec, segmentMappingDict, 1 /* useTempBlock */);
}

vector<uint8_t> GenerateTrafficValuesFromBinary(vector<uint8_t> const & keysBlob,
Expand Down

0 comments on commit 36f4c2c

Please sign in to comment.