Skip to content

Commit

Permalink
remove comment after testing chmod bulk api
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Oct 15, 2024
1 parent a9609f6 commit d39cca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/filebrowser/src/filebrowser/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def bulk_op(request, op):
for p in path_list:

tmp_dict = bulk_dict
if op in (copy, move): # TODO: Check if chmod is also special case for permissions to calculate mode
if op in (copy, move):
tmp_dict['source_path'] = p
else:
tmp_dict['path'] = p
Expand Down

0 comments on commit d39cca5

Please sign in to comment.