Skip to content

Commit

Permalink
fix missing default value
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jul 22, 2024
1 parent 5b6c62b commit 8b354c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/wfh-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def doUpload(crate_path):
# 'permissions': [{'access': 'manage',
# 'resource': {'id': '63', 'type': 'projects'}}]}
#
push = False
if updated_policy:
push = True
permissions_update['data']['attributes']['policy'] = updated_policy
Expand Down

0 comments on commit 8b354c4

Please sign in to comment.