File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ async def load_plugin(self, plugin):
199
199
venv = hasattr (sys , "real_prefix" ) or hasattr (sys , "base_prefix" ) # in a virtual env
200
200
user_install = " --user" if not venv else ""
201
201
proc = await asyncio .create_subprocess_shell (
202
- f" \" { sys .executable } \ " -m pip install --upgrade{ user_install } -r { req_txt } -q -q --user" ,
202
+ f'" { sys .executable } " -m pip install --upgrade{ user_install } -r { req_txt } -q -q --user' ,
203
203
stderr = PIPE ,
204
204
stdout = PIPE ,
205
205
)
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ async def _close(
339
339
sneak_peak = content .replace ("\n " , "" )
340
340
else :
341
341
sneak_peak = "No content"
342
-
342
+
343
343
if self .channel .nsfw :
344
344
_nsfw = "NSFW-"
345
345
else :
You can’t perform that action at this time.
0 commit comments