Skip to content

Commit

Permalink
echo sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLuGit committed Feb 9, 2024
1 parent 4efc0c0 commit eade96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pros/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Setup analytics first because it is used by other files

import os.path
import os

import pros.common.sentry

Expand Down Expand Up @@ -68,6 +69,7 @@ def main():
.format(version = get_version()), ctx_obj)
click_handler.setFormatter(formatter)
logging.basicConfig(level=logging.WARNING, handlers=[click_handler])
click.echo(sys.path)
cli.main(prog_name='pros', obj=ctx_obj, windows_expand_args=False)
except KeyboardInterrupt:
click.echo('Aborted!')
Expand Down

0 comments on commit eade96f

Please sign in to comment.