Skip to content

Commit

Permalink
fix: PY2 compatibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jul 10, 2020
1 parent f9bf0c1 commit 517752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/integrations/frappe_providers/frappecloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def frappecloud_migrator(local_site):
if PY3:
exec(script_contents)
else:
execfile(script_contents)
exec script_contents

0 comments on commit 517752c

Please sign in to comment.