Skip to content

Commit

Permalink
clarify not-public-after
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Oct 30, 2023
1 parent cf4d717 commit 5eb3199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_or_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parseRouteOrUrl(

# If we didn't find a match, throw an exception
if matched_route is None:
raise ValueError(f"Route not found from URL. Route is possibly private. Visit the URL {route_or_url} and make sure Public is toggled under the \"More Info\" drop-down.")
raise ValueError(f"Route not found from URL. Route is possibly not set to Public. Visit the URL {route_or_url} and make sure Public is toggled under the \"More Info\" drop-down. You can always make it not Public after you're done rendering a clip.")

# Get the route name
route_name = matched_route["fullname"]
Expand Down

0 comments on commit 5eb3199

Please sign in to comment.