• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

allura


コミットメタ情報

リビジョンcd2e7e9fdf505132c04c09d5433704d61d83aacb (tree)
日時2012-03-22 04:50:05
作者Yaroslav Luzin <jardev@gmai...>
コミッターYaroslav Luzin

ログメッセージ

ticket:29 Deleted invalid whitespace

変更サマリ

差分

--- a/Allura/allura/lib/plugin.py
+++ b/Allura/allura/lib/plugin.py
@@ -345,7 +345,7 @@ class ProjectRegistrationProvider(object):
345345 ))
346346 count = pq.count()
347347 nb_max_projects = neighborhood.get_max_projects()
348-
348+
349349 if nb_max_projects is not None and count >= nb_max_projects:
350350 log.exception('Error registering project %s' % project_name)
351351 raise forge_exc.ProjectOverlimitError()