Skip to content

Commit

Permalink
Merge pull request #330 from JoQCcoz/adding_tags
Browse files Browse the repository at this point in the history
fix synthax error
  • Loading branch information
JoQCcoz authored Aug 30, 2024
2 parents 81d1483 + 485cbd4 commit 78a2372
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 78a2372

Please sign in to comment.