Skip to content

Commit

Permalink
Simplify paths
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Jun 20, 2024
1 parent 5fe6224 commit e68c2f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nimble_orchestration/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import os

MODULE_PATH = os.path.normpath(os.path.join(os.path.split(__file__)[0], '..'))
MODULE_PATH = '.'
BUILD_DIR = os.path.join(MODULE_PATH, "build")
REL_MECH_DIR = os.path.relpath(os.path.join(MODULE_PATH, "mechanical"), BUILD_DIR)
DOCS_DIR = os.path.join(MODULE_PATH, "documentation")
DOCS_TMP_DIR = os.path.join(MODULE_PATH, "_gb_temp_")

0 comments on commit e68c2f7

Please sign in to comment.