diff --git a/one/webclient.py b/one/webclient.py index e89ade8c34254c81f4d23e96eac7209d9cb9475e..33f695c28b0ec182ca35c1f68f125871912227c8 100644 --- a/one/webclient.py +++ b/one/webclient.py @@ -1062,7 +1062,7 @@ class AlyxClient(): # add to url data if it is a string if id: # this is a special case of the list where we query a uuid. Usually read is better - if 'django' in kwargs.keys(): + if 'django' in kwargs.keys() and kwargs["django"] != "" : kwargs['django'] = kwargs['django'] + ',' else: kwargs['django'] = ""