Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
parameter check
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Aug 6, 2009
1 parent cbc7f52 commit 86ca814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zope/z2release/cli.py
Expand Up @@ -53,6 +53,9 @@ def main():

global server

if len(sys.argv) != 3:
print 'Usage: z2_kgs <tag-name> <destination-dirname>'

tag = sys.argv[1]
dirname = sys.argv[2]
if not os.path.exists(dirname):
Expand Down

0 comments on commit 86ca814

Please sign in to comment.