We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016f3c6 commit c9293b1Copy full SHA for c9293b1
1 file changed
src/murfey/server/api/workflow_fib.py
@@ -99,7 +99,7 @@ async def make_gif(
99
logger.debug(f"Created output directory {output_dir}")
100
visit_index = output_dir.parts.index(visit_name)
101
# Change permissions for folders in the visit directory and onwards
102
- for current_path in list(reversed(output_dir.parents))[visit_index + 1 :]:
+ for current_path in list(reversed(output_file.parents))[visit_index + 1 :]:
103
try:
104
os.chmod(current_path, mode=machine_config.mkdir_chmod)
105
except PermissionError:
0 commit comments