Commit 9e97098b877ebad785711c08a8bd10f46d51d49b
1 parent
c20a2199
Exists in
master
and in
1 other branch
Small bug in config class.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/config.py
... | ... | @@ -128,7 +128,7 @@ class Config(): |
128 | 128 | self.strategy = self.read_option('recommender', 'strategy') |
129 | 129 | self.profile_size = self.read_option('recommender', 'profile_size') |
130 | 130 | |
131 | - short_options = "hdvo:a:p:m:ul:c:w:s:z:" | |
131 | + short_options = "hdvo:a:e:p:m:ul:c:w:s:z:" | |
132 | 132 | long_options = ["help", "debug", "verbose", "output=", |
133 | 133 | "axi=", "dde=", "popconindex=", "popcondir=", "indexmode=", |
134 | 134 | "clustersdir=", "kmedoids=", "weight=", "strategy=", | ... | ... |