Skip to content

Commit

Permalink
Modified warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vin committed Aug 15, 2024
1 parent ec34e76 commit 2a99767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenic/syntax/veneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ def alwaysProvidesOrientation(region):
return False
except Exception as e:
warnings.warn(
f"alwaysProvidesOrientation raised the following exception: {repr(e)}"
f"While sampling internally to determine if a random region provides an orientation, the following exception was raised: {repr(e)}"
)
return False

Expand Down

0 comments on commit 2a99767

Please sign in to comment.