Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
cloudooo
Commits
6682da8c
Commit
6682da8c
authored
Jul 11, 2012
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Typo
parent
b8e5e902
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cloudooo/tests/handlerTestCase.py
cloudooo/tests/handlerTestCase.py
+1
-1
No files found.
cloudooo/tests/handlerTestCase.py
View file @
6682da8c
...
...
@@ -62,7 +62,7 @@ def startFakeEnvironment(start_openoffice=True, conf_path=None):
office_binary_path
=
config
.
get
(
"app:main"
,
"office_binary_path"
)
environment_dict
=
{}
for
item
in
config
.
options
(
"app:main"
):
if
item
.
startswit
c
(
"env-"
):
if
item
.
startswit
h
(
"env-"
):
environment_dict
[
item
[
4
:].
upper
()]
=
config
.
get
(
"app:main"
,
item
)
tmp_dir
=
path
.
join
(
working_path
,
'tmp'
)
check_folder
(
working_path
,
tmp_dir
)
...
...
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