projects
/
sitecorepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7e47c
)
yaml.dump(stream, data) -> yaml.dump(data, stream)
author
W. Trevor King
<wking@drexel.edu>
Sun, 27 Jun 2010 01:09:54 +0000
(21:09 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 27 Jun 2010 01:09:54 +0000
(21:09 -0400)
sitecore/prof/export_mysql.py
patch
|
blob
|
history
diff --git
a/sitecore/prof/export_mysql.py
b/sitecore/prof/export_mysql.py
index 52167f60ca572fe74c960e32f6ae98543eddf883..fb4d45d6021d62db6904cec71dccc840e2a402e8 100644
(file)
--- a/
sitecore/prof/export_mysql.py
+++ b/
sitecore/prof/export_mysql.py
@@
-236,4
+236,4
@@
Example:
finally:
db.disconnect()
- yaml.dump(
open(prof_file, 'w'), profs
)
+ yaml.dump(
profs, open(prof_file, 'w')
)