You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/jnpr/jsnapy/__init__.py
+34-19
Original file line number
Diff line number
Diff line change
@@ -16,40 +16,53 @@
16
16
exceptNameError:
17
17
FileNotFoundError=IOError
18
18
19
+
19
20
classDirStore:
20
21
custom_dir=None
21
22
23
+
22
24
# Function added by @gcasella
23
25
# To check if the user is currently running the installation inside of a virtual environment that was installed using the `python3 -m venv venv` command.
24
26
defvenv_check():
25
27
26
-
ifhasattr(sys, 'real_prefix') or (hasattr(sys, 'base_prefix') andsys.base_prefix!=sys.prefix):
0 commit comments