Skip to content

Commit

Permalink
fix: remove Frappe Cloud migrator logic from frappe
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jul 9, 2020
1 parent 32106cc commit f9bf0c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 405 deletions.
2 changes: 1 addition & 1 deletion frappe/integrations/frappe_providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def migrate_to(local_site, frappe_provider):
if frappe_provider in ("frappe.cloud", "frappecloud.com"):
return frappecloud_migrator(local_site, frappe_provider)
return frappecloud_migrator(local_site)
else:
print("{} is not supported yet".format(frappe_provider))
sys.exit(1)
Loading

0 comments on commit f9bf0c1

Please sign in to comment.