Skip to content

Commit

Permalink
Fix python error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm authored and paulrouget committed Mar 27, 2020
1 parent b66358b commit 00c0f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/package_commands.py
Expand Up @@ -195,7 +195,7 @@ class PackageCommands(CommandBase):
description='Package Servo',
category='package')
def package_pre_check(self):
setup_uwp_signing(False, True)
setup_uwp_signing(False)

@Command('package',
description='Package Servo',
Expand Down

0 comments on commit 00c0f86

Please sign in to comment.