Skip to content

Commit

Permalink
Hotfix BEE2 4.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Mar 10, 2019
2 parents 98bd4cc + 3ed351b commit eba15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packageLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def load_packages(
) -> Tuple[dict, Iterable[FileSystem]]:
"""Scan and read in all packages."""
global LOG_ENT_COUNT, CHECK_PACKFILE_CORRECTNESS
pak_dir = os.path.abspath(os.path.join(os.getcwd(), '..', pak_dir))
pak_dir = os.path.abspath(pak_dir)

if not os.path.isdir(pak_dir):
no_packages_err(pak_dir, 'The given packages directory is not present!')
Expand Down

0 comments on commit eba15d8

Please sign in to comment.