Skip to content

Commit

Permalink
Clean up some things
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Oct 18, 2023
1 parent 9d13d44 commit 9bcad5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnigibson/examples/scenes/scene_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def main(random_selection=False, headless=False, short_exec=False):


if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion omnigibson/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Do not suppress known omni warnings / errors, and also put omnigibson in a debug state
# This includes extra information for things such as object sampling, and also any debug
# logging messages
gm.DEBUG = True
gm.DEBUG = (os.getenv("OMNIGIBSON_DEBUG", 'False').lower() in ('true', '1', 't'))

# Whether to print out disclaimers (i.e.: known failure cases resulting from Omniverse's current bugs / limitations)
gm.SHOW_DISCLAIMERS = False
Expand Down

0 comments on commit 9bcad5a

Please sign in to comment.