소스 검색

fix syntax error

George C. Privon 6 년 전
부모
커밋
eb7dba2361
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CarcassonneScore.py

+ 1 - 1
CarcassonneScore.py

@@ -33,7 +33,7 @@ def getargs():
 system.")
     parser.add_argument('-c', '--config', default='CarcassonneScore.conf',
                         help='Location of the configuration file.')
-    parser.add_argument(('--random-exp', default=False,
+    parser.add_argument('--random-exp', default=False,
                          help="Select a random set of active expansions and \
 mini-expansions.")