소스 검색

pw: Initialize comment_str

Carsten Dominik 14 년 전
부모
커밋
1f17384792
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      UTILITIES/pw

+ 1 - 0
UTILITIES/pw

@@ -509,6 +509,7 @@ def main():
     if config.has_option('base', 'project'):
         project_str = config.get('base', 'project')
 
+    comment_str = "none"
     for name, value in opts:
         if name == '-s':
             state_str = value