Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
agent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
01c73d41
authored
Feb 10, 2024
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug kell?
parent
03efafd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
agent-winservice.py
+1
-1
watchdog-winservice.py
+1
-1
No files found.
agent-winservice.py
View file @
01c73d41
...
...
@@ -47,7 +47,7 @@ class AppServerSvc (win32serviceutil.ServiceFramework):
def
main
():
if
len
(
sys
.
argv
)
==
0
:
# never happen set 1 for debugging!!!!
if
len
(
sys
.
argv
)
==
1
:
# never happen set 1 for debugging!!!!
# service must be starting...
# for the sake of debugging etc, we use win32traceutil to see
# any unhandled exceptions and print statements.
...
...
watchdog-winservice.py
View file @
01c73d41
...
...
@@ -65,7 +65,7 @@ class AppServerSvc (win32serviceutil.ServiceFramework):
def
main
():
if
len
(
sys
.
argv
)
==
0
:
# never happen set 1 for debugging!!!!
if
len
(
sys
.
argv
)
==
1
:
# never happen set 1 for debugging!!!!
# service must be starting...
# for the sake of debugging etc, we use win32traceutil to see
# any unhandled exceptions and print statements.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment