Skip to content

Commit

Permalink
Removing id from subvariables create_variable() method. Crunch will i…
Browse files Browse the repository at this point in the history
…gnore it anyways
  • Loading branch information
mathiasbc committed Sep 13, 2019
1 parent 2646fe1 commit aeb1162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrunch/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1708,8 +1708,6 @@ def create_variable(self, var_type, name, alias=None, description='',
subrefs = {'name': item['name']}
if item.get('alias'):
subrefs['alias'] = item['alias']
if item.get('id'):
subrefs['id'] = item['id']
payload['subreferences'].append(subrefs)
if values:
payload['values'] = values
Expand Down

0 comments on commit aeb1162

Please sign in to comment.