Parcourir la source

fix syntax error

George C. Privon il y a 6 ans
Parent
commit
eb7dba2361
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.")