Skip to content

Commit 06ad290

Browse files
committed
Update names of lock files with descriptions
1 parent 2abdfa6 commit 06ad290

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ def get_dash_pie_3():
9696

9797

9898
class PipInstall:
99+
# FINDLOCK - Checking to see if a package is installed
100+
# (Make sure a package isn't installed multiple times)
101+
FINDLOCK = Files.DOWNLOADS_FOLDER + "/pipfinding.lock"
102+
# LOCKFILE - Locking before performing any pip install
103+
# (Make sure that only one package installs at a time)
99104
LOCKFILE = Files.DOWNLOADS_FOLDER + "/pipinstall.lock"
100105

101106

0 commit comments

Comments
 (0)