Skip to content

Commit

Permalink
Fixed type when setting flag_contains
Browse files Browse the repository at this point in the history
  • Loading branch information
gvernard committed Nov 27, 2023
1 parent 3c9df8c commit b36eb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolest/template/classes/profiles/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def flag_contains(self):
elif flag_int:
return 'intrinsic'
elif flag_len:
return 'intrinsic'
return 'lensed'
return None


Expand Down

0 comments on commit b36eb10

Please sign in to comment.