Skip to content

Commit 2619c19

Browse files
authored
Update __init__.py
Corrected the indent
1 parent 7abb45c commit 2619c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AutoItLibrary/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ def Run(self, FileName, WorkingDir="", Flag="") :
288288
289289
This is required in order to do error code translation into exceptions for Robot Framework.
290290
"""
291-
#
292-
# Capture the PID of the launched process and return
293-
#
294-
application_pid = None
291+
#
292+
# Capture the PID of the launched process and return
293+
#
294+
application_pid = None
295295
self._infoKW(self.Run, FileName, WorkingDir, Flag)
296296

297297
if WorkingDir == "" and Flag == "" :

0 commit comments

Comments
 (0)