Skip to content

Commit

Permalink
make python 3.6 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
milachae committed Aug 29, 2023
1 parent fb2fbd2 commit 228caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module_overview/module_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# --------------------------------------------------------------------------------------------------------

def main():
current_dir = Path(__file__)
current_dir = Path(__file__).resolve()
project_name = 'vsc_user_docs'
root_dir = next(
p for p in current_dir.parents if p.parts[-1] == project_name
Expand Down

0 comments on commit 228caf6

Please sign in to comment.