Skip to content

Commit

Permalink
interface(gcp): fix string format
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Oct 5, 2020
1 parent 73ec283 commit 8228213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def set_drive_permissions(self, scope, drive_id, emails: List[str]):
+ f"drive item ({scope}, {drive_id}): {e}")
logging.info(f"Deleted {deleted_shares} permissions for {scope}")
else:
logging.info(f"DELETE_OLD_DRIVE_PERMISSIONS is set to false")
logging.info("DELETE_OLD_DRIVE_PERMISSIONS is set to false")


def new_share_message(scope):
Expand Down

0 comments on commit 8228213

Please sign in to comment.