Skip to content

Commit dbc67e5

Browse files
committed
Remove left over brackets
1 parent 34ebd5a commit dbc67e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/msol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def exec_script(self, _, connection):
4949

5050
def on_admin_login(self, context, connection):
5151
if self.use_embedded:
52-
file_to_upload =(f"{TMP_PATH}/msol.ps1")
52+
file_to_upload = f"{TMP_PATH}/msol.ps1"
5353

5454
try:
5555
with open(file_to_upload, "w") as msol:

0 commit comments

Comments
 (0)