Skip to content

Commit

Permalink
Merge pull request #110 from mhwasil/dev
Browse files Browse the repository at this point in the history
Fixed personalized-outbound perm issue
  • Loading branch information
mhwasil authored Jul 29, 2022
2 parents da0d682 + 4d0017a commit 14b438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2xgrader/exchange/release_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def copy_files(self):
self.log.info(f"Source: {src_assignment}")
self.log.info(f"Destination: {released_user_assignment}")
self.do_copy(src_assignment, released_user_assignment)
self.set_released_assignment_perm(released_assignment_root)
self.set_released_assignment_perm(released_user_assignment)
else:
self.log.info(f"Src assignment not found: {src_assignment}")
else:
Expand Down

0 comments on commit 14b438b

Please sign in to comment.