Skip to content

Commit

Permalink
syntax: line break for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
grimen authored Mar 31, 2021
1 parent ed6df33 commit 4e3ad14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootpath/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def find_root_path(current_path, pattern = None):
return None

system_root = sys.executable

while os.path.split(system_root)[1]:
system_root = os.path.split(system_root)[0]

Expand Down

0 comments on commit 4e3ad14

Please sign in to comment.