• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂2e757d30637bbdfc8c3aca9670e0a15fb4540a9a (tree)
時間2010-06-02 03:22:39
作者Rick Copeland <rcopeland@geek...>
CommiterRick Copeland

Log Message

[#471] - Remove bad pdb.set_trace()

Change Summary

差異

--- a/pyforge/pyforge/migrations.py
+++ b/pyforge/pyforge/migrations.py
@@ -33,9 +33,6 @@ class UnderToDash(Migration):
3333
3434 def up(self):
3535 def fixup(s):
36- if '_' in s:
37- print s
38- import pdb; pdb.set_trace()
3936 return s.replace('_', '-')
4037 fix_pathnames(self.ormsession,fixup)
4138