diff --git a/fdroidserver/import.py b/fdroidserver/import.py index 402a44f4..4796e4ed 100644 --- a/fdroidserver/import.py +++ b/fdroidserver/import.py @@ -220,7 +220,7 @@ def main(): src_dir = os.path.join(tmp_dir, 'importer') if os.path.exists(src_dir): shutil.rmtree(src_dir) - vcs = common.getvcs(repotype, repo, src_dir, config['sdk_path']) + vcs = common.getvcs(repotype, repo, src_dir) vcs.gotorevision(options.rev) if options.subdir: root_dir = os.path.join(src_dir, options.subdir)