We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec9403 commit e5db7a2Copy full SHA for e5db7a2
nitro_balanced_ffmpeg.py nitro_balanced_v12.pynitro_balanced_ffmpeg.py renamed to nitro_balanced_v12.py
@@ -178,4 +178,4 @@ def release(self, path, fh):
178
FUSE(NitroMonkeyV12(args.source, args.pool), args.mount, **fuse_opts)
179
except Exception as e:
180
print(f"\n[!] Detaching: {e}")
181
- os.system(f"fusermount -u {args.mount} 2>/dev/null")
+ os.system(f"fusermount -u {args.mount} 2>/dev/null")
0 commit comments