Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jjomier committed Jan 30, 2024
1 parent 34a9c0c commit f14df01
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion applications/endoscopy_tool_tracking/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(BUILD_TESTING)

# Configure the yaml file for testing
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/endoscopy_tool_tracking.yaml" CONFIG_FILE)

string(REPLACE "count: 0" "count: 10" CONFIG_FILE ${CONFIG_FILE})
string(REPLACE "record_type: \"none\"" "record_type: \"visualizer\"" CONFIG_FILE ${CONFIG_FILE})
string(REPLACE "directory: \"/tmp\"" "directory: \"${RECORDING_DIR}\"" CONFIG_FILE ${CONFIG_FILE})
Expand Down
2 changes: 1 addition & 1 deletion applications/endoscopy_tool_tracking/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(BUILD_TESTING)

# Configure the yaml file for testing
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/endoscopy_tool_tracking.yaml" CONFIG_FILE)

string(REPLACE "count: 0" "count: 10" CONFIG_FILE ${CONFIG_FILE})
string(REPLACE "directory: \"/tmp\"" "directory: \"${RECORDING_DIR}\"" CONFIG_FILE ${CONFIG_FILE})
string(REPLACE "basename: \"tensor\"" "basename: \"${SOURCE_VIDEO_BASENAME}\"" CONFIG_FILE ${CONFIG_FILE})
Expand Down
1 change: 0 additions & 1 deletion utilities/convert_gxf_entities_to_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ def main():

if __name__ == "__main__":
main()

1 change: 0 additions & 1 deletion utilities/gxf_entity_codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,4 +1102,3 @@ def add(self, array: ArrayLike, *, name: str = "") -> Entity:
self._index += 1

return entity

1 change: 0 additions & 1 deletion utilities/video_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ def main():

if __name__ == "__main__":
main()

0 comments on commit f14df01

Please sign in to comment.