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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
cloudooo
Commits
5659d72f
Commit
5659d72f
authored
Jan 12, 2017
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logging
parent
f96243ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cloudooo/manager.py
cloudooo/manager.py
+2
-1
No files found.
cloudooo/manager.py
View file @
5659d72f
...
...
@@ -44,7 +44,7 @@ from cloudooo.handler.ooo.mimemapper import mimemapper
def
log
(
s
):
import
os
os
.
system
(
"{ date | head -c -1 ; echo '
%s' ; } >> ~/tmp/tristan.log"
%
s
.
replace
(
"'"
,
r"'\''"
))
os
.
system
(
"{ date | head -c -1 ; echo '
%s' ; } >> ~/tmp/tristan.log"
%
(
s
.
replace
(
"'"
,
r"'\''"
),
))
class
HandlerNotFound
(
Exception
):
pass
...
...
@@ -123,6 +123,7 @@ class Manager(object):
source_format
in
(
"html"
,
"text/html"
)
and
destination_format
in
(
"pdf"
,
"application/pdf"
)):
from
cloudooo.handler.wkhtmltopdf.handler
import
Handler
as
WkhtmltopdfHandler
log
(
"TRISTAN using wkhtmltopdf"
)
handler_class
=
WkhtmltopdfHandler
else
:
handler_class
=
getHandlerClass
(
source_format
,
...
...
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