Skip to content

Commit

Permalink
fix default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 1, 2020
1 parent 7d1f5aa commit 1328044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, definition: dict):
'It is a requirement to publish the plugin on the repository')
self.repository_url = self.__get_from_metadata('repository')

def archive_name(self, release_version: str, experimental: False) -> str:
def archive_name(self, release_version: str, experimental: bool = False) -> str:
"""
Returns the archive file name
"""
Expand Down

0 comments on commit 1328044

Please sign in to comment.