minor change
This commit is contained in:
parent
3087b0637d
commit
c287892606
1 changed files with 1 additions and 1 deletions
|
@ -193,8 +193,8 @@ def build_oxjs(downloads=False, geo=False):
|
|||
|
||||
# downloads
|
||||
if downloads:
|
||||
# source
|
||||
download_path = root_path + 'downloads/'
|
||||
# source
|
||||
source_file = 'OxJS.%s.source.tar.gz' % version
|
||||
source_tar = tarfile.open(download_path + source_file, 'w:gz')
|
||||
source_tar.add(root_path, arcname='OxJS', filter=filter_source)
|
||||
|
|
Loading…
Reference in a new issue