Skip to content

Commit

Permalink
Codestyle fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 authored and astrofrog committed Mar 21, 2024
1 parent 079e093 commit 2580aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_wwt/viewer/data_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _update_wwt(self, force=False, **kwargs):
if force or setting in kwargs:
wwt_attr = self._GLUE_TO_WWT_ATTR_MAP.get(setting, setting)
setattr(self._wwt, wwt_attr, getattr(self.state, setting, None))

show_imagery = self.state.mode == 'Sky'
if show_imagery:
for setting in self._IMAGERY_UPDATE_SETTINGS:
Expand Down

0 comments on commit 2580aad

Please sign in to comment.