Index: heuristics/distillable/server.py |
diff --git a/heuristics/distillable/server.py b/heuristics/distillable/server.py |
index ce50876b11129537c8442fc0a13eb76507db9b7e..d3cb91e9d2fad5d35249ef7f1cb6884e5056a2b8 100755 |
--- a/heuristics/distillable/server.py |
+++ b/heuristics/distillable/server.py |
@@ -182,7 +182,7 @@ class Service(object): |
if __name__ == '__main__': |
parser = argparse.ArgumentParser() |
- parser.add_argument('--data-dir') |
+ parser.add_argument('--data-dir', required=True) |
options = parser.parse_args() |
service = Service(options.data_dir) |
conf = { |