Skip to content

Commit

Permalink
fix synthax error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoQCcoz committed Aug 30, 2024
1 parent c1b5255 commit 485cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smartscope/lib/image/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Targets:
def create_targets_from_box(
targets: List,
montage: BaseImage,
target_type: str = 'square'
target_type: str = 'square',
force_mdoc=False
):
output_targets = []
Expand Down

0 comments on commit 485cbd4

Please sign in to comment.