Skip to content

Commit

Permalink
fix argument type error in mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Jan 23, 2020
1 parent 191541c commit af92ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jill/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def mirror(outdir="julia_pkg", *,
if you want to download from JuliaComputing's s3 buckets.
"""
log_format = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
period = int(period)
upstream = None if upstream == "None" else upstream

logger = logging.getLogger('')
fh = logging.FileHandler(logfile)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='jill',
version='0.2.0',
version='0.2.1',
author="Johnny Chen",
author_email="[email protected]",
description="Julia Installer 4 Linux(and MacOS) - Light",
Expand Down

0 comments on commit af92ad4

Please sign in to comment.