Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ansznavarro committed Oct 10, 2023
1 parent 3a0abf8 commit e7e6675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/sherlock/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def import_odb_archive(
>>> sherlock = launch_sherlock()
>>> sherlock.project.import_odb_archive("ODB++ Tutorial.tgz", True, True,
True, True,
ims_stackup=True
ims_stackup=True,
project="Tutorial",
cca_name="Card")
"""
Expand Down

0 comments on commit e7e6675

Please sign in to comment.