Skip to content

Commit

Permalink
Fix line too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Feb 20, 2023
1 parent 7e82eb2 commit 3264607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/orion/core/cli/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def get_dashboard_build_path():
NB (2023/02/20): It seems that, depending on installation, additional files may
be installed in `<sys.prefix>/local` instead of just `<sys.prefix>`.
More info: https://stackoverflow.com/questions/14211575/any-python-function-to-get-data-files-root-directory#comment99087548_14211600
More info:
https://stackoverflow.com/questions/14211575/any-python-function-to-get-data-files-root-directory#comment99087548_14211600
"""
current_file_path = __file__
if current_file_path.startswith(sys.prefix):
Expand Down

0 comments on commit 3264607

Please sign in to comment.