Skip to content

Commit

Permalink
chore: comment for class instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ejseqera committed Dec 3, 2024
1 parent e290b1b commit d352821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqerakit/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self, sp, list_for_add_method):
self.sp = sp
self.list_for_add_method = list_for_add_method

# Create a separate instance of the Overwrite class without JSON output
# Create a separate instance of the SeqeraPlatform class without JSON output
sp_without_json = seqeraplatform.SeqeraPlatform(
cli_args=sp.cli_args,
dryrun=sp.dryrun,
Expand Down

0 comments on commit d352821

Please sign in to comment.