Skip to content

Commit

Permalink
Fix non-assignment of tiling when create-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed May 7, 2024
1 parent 6c68028 commit fdcaec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bean/framework/ReporterScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def __init__(
self.uns["target_base_changes"] = target_base_changes
if tiling is not None:
self.uns["tiling"] = tiling
else:
self.uns["tiling"] = False

@property
def X_edits(self):
Expand Down

0 comments on commit fdcaec7

Please sign in to comment.