Skip to content

Commit

Permalink
Merge 77945d6 into 6fd3efb
Browse files Browse the repository at this point in the history
  • Loading branch information
slobodan-ilic committed Jul 12, 2018
2 parents 6fd3efb + 77945d6 commit 674875c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cr/cube/cube_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def _update_args(self, kwargs):
# (from the perspective of the cr.exporter) is to exclude the 0th
# dimension's H&S in the case of 3D cubes.
hs_dims_key = (
'transforms'
if 'transforms' in kwargs else
'transforms' in kwargs and 'transforms' or
'hs_dims' in kwargs and 'hs_dims' or
'include_transforms_for_dims'
)
hs_dims = kwargs.get(hs_dims_key)
Expand Down

0 comments on commit 674875c

Please sign in to comment.