Skip to content

Commit 2e81d4e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 70eb075 commit 2e81d4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/decisionengine_modules/htcondor/publishers/publisher.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ def __del__(self):
4747
constraint = self.invalidate_ads_constraint[collector_host]
4848
if constraint:
4949
ad = classad.ClassAd()
50-
ad.update({"MyType": "Query", "TargetType": self.classad_type, "Requirements": classad.ExprTree(constraint)})
50+
ad.update(
51+
{"MyType": "Query", "TargetType": self.classad_type, "Requirements": classad.ExprTree(constraint)}
52+
)
5153
ads = [ad]
5254
try:
5355
self.logger.info(

0 commit comments

Comments
 (0)