aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/process_queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index e4bd38fe..f38d1f54 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -776,7 +776,7 @@ def build_termination(
if __name__ == "__main__":
- client_name = {"SERCGMAST": "Serenitas", "BOWDST": "HEDGEMARK"}
+ client_name = {"SERCGMAST": "Serenitas", "BOWDST": "HEDGEMARK", "BRINKER": "LMCG"}
parser = argparse.ArgumentParser()
parser.add_argument(
"-n", "--no-upload", action="store_true", help="do not upload to Globeop"