Skip to content

Commit

Permalink
Update nox/tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 19, 2024
1 parent 174c2fa commit 27302d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def load_nox_module(global_config: Namespace) -> types.ModuleType | int:
global_config_noxfile = os.path.expandvars(global_config.noxfile)

# Make sure we only expand the parent dir just in case the noxfile is a symlink
noxfile_parent_dir = os.path.realpath(os.path.dirname(global_config.noxfile))
noxfile_parent_dir = os.path.realpath(os.path.dirname(global_config_noxfile))

# Save the absolute path to the Noxfile.
# This will inoculate it if Nox changes paths because of an implicit
Expand Down

0 comments on commit 27302d5

Please sign in to comment.