Skip to content

Commit 02e41d8

Browse files
committed
Python: update annotations
This because `resolve` accesses the file system, I am open to not include that fact in the modelling.
1 parent 3eb1813 commit 02e41d8

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/library-tests/frameworks/django-v2-v3/testproj

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/frameworks/django-v2-v3/testproj/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414

1515
# Build paths inside the project like this: BASE_DIR / 'subdir'.
16-
BASE_DIR = Path(__file__).resolve().parent.parent
16+
BASE_DIR = Path(__file__).resolve().parent.parent #$ getAPathArgument=Path()
1717

1818

1919
# Quick-start development settings - unsuitable for production

0 commit comments

Comments
 (0)