You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/13 14:12:08 UTC

[GitHub] [beam] TSultanov commented on a diff in pull request #24993: [DO NOT MERGE] Fix example checker and try to trigger incomplete file validation

TSultanov commented on code in PR #24993:
URL: https://github.com/apache/beam/pull/24993#discussion_r1069507533


##########
playground/infrastructure/helper.py:
##########
@@ -191,7 +191,7 @@ def get_tag(filepath) -> Optional[Tag]:
 
     try:
         return Tag(
-            filepath=filepath,
+            filepath=str(filepath),

Review Comment:
   What's the type of `filepath` that we need to cast it into a string?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org