We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d434 commit 9ea7241Copy full SHA for 9ea7241
src/murfey/server/gain.py
@@ -132,5 +132,5 @@ async def prepare_eer_gain(
132
)
133
return None, None
134
# Also copy the gain as a .gain file
135
- shutil.copy(gain_path, gain_out.with_suffix(".gain"))
+ shutil.copy(secure_path(gain_path), secure_path(gain_out.with_suffix(".gain")))
136
return gain_out, None
0 commit comments