Skip to content

Commit

Permalink
cleanup yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Dec 4, 2024
1 parent c33ac3c commit 6fc5584
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tasks/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,10 @@ def build(

# yargs = [
# "XXX_OneofFuncs",
# "format",
# "maxsize",
# "jsonFormat",
# "XXX_OneofWrappers",
# "syslogRFC",
# "loggerName",
# "DeepCopyInto",
# "logLevel",
# "consoleLoggingEnabled",
# "commonFormat",
# "logfile",
# "maxrolls",
# "syslogURI",
# "Value",
# "IsZero",
# ]
# yargs = " ".join([f"-Y {yarg}" for yarg in yargs])

Expand Down

0 comments on commit 6fc5584

Please sign in to comment.