Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jun 20, 2023
1 parent c0a5a4b commit ff19627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/api/subapi/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def prepare(self, package_list, enabled_remotes, metadata=None):
:param package_list:
:param enabled_remotes:
:param metadata: A list of patterns of metadata that should be uploaded. Default None
means all metadata will be uploaded together with the pkg artifacts"""
means all metadata will be uploaded together with the pkg artifacts"""
app = ConanApp(self.conan_api.cache_folder)
preparator = PackagePreparator(app)
preparator.prepare(package_list, enabled_remotes)
Expand Down

0 comments on commit ff19627

Please sign in to comment.