Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lc_ldap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza Dely
lc_ldap
Commits
8372bf80
Commit
8372bf80
authored
Nov 23, 2014
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[shortcuts] Un cimetière de test par utilisateur
Pour être sûr d'avoir les droits d'écriture dedans
parent
133966fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shortcuts.py
shortcuts.py
+1
-1
No files found.
shortcuts.py
View file @
8372bf80
...
...
@@ -44,7 +44,7 @@ def lc_ldap(*args, **kwargs):
def
lc_ldap_test
(
*
args
,
**
kwargs
):
"""Renvoie une connexion LDAP à la base de tests."""
module_qui_a_le_meme_nom_que_sa_classe_principale
.
cimetiere
.
cimetiere_root
=
'/tmp/cimetiere_lc
/'
module_qui_a_le_meme_nom_que_sa_classe_principale
.
cimetiere
.
cimetiere_root
=
'/tmp/cimetiere_lc
_%s/'
%
(
os
.
getenv
(
"USER"
)
or
os
.
getenv
(
"LOGNAME"
))
try
:
os
.
mkdir
(
module_qui_a_le_meme_nom_que_sa_classe_principale
.
cimetiere
.
cimetiere_root
)
except
OSError
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment