Advertisement
yaneurabeya

Untitled

Feb 22nd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $ svn diff arc_summary.py
  2. Index: arc_summary.py
  3. ===================================================================
  4. --- arc_summary.py (revision 10156)
  5. +++ arc_summary.py (working copy)
  6. @@ -644,7 +644,7 @@
  7. if not tunable:
  8. continue
  9. tunable = tunable.strip()
  10. - name, description = split("=")[0:2]
  11. + name, description = '='.split()[:2]
  12. name = name.strip()
  13. description = description.strip()
  14. if not description:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement