We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba5d462 + 4955664 commit d148e55Copy full SHA for d148e55
src/htcondorce/info_query.py
@@ -38,8 +38,6 @@ def getSubmitFileAdditions(resource_ad):
38
submitted job match the given resource
39
40
"""
41
- global _logger
42
-
43
lines = []
44
if 'grid_resource' in resource_ad:
45
lines.append('+GridResource = %s' % classad.quote(resource_ad['grid_resource']))
src/htcondorce/web.py
@@ -92,7 +92,6 @@ def validate_plugin(name, plugin):
92
def check_initialized(environ):
93
global _initialized
94
global _jinja_env
95
- global _plugins
96
global htcondor
97
global multice
98
0 commit comments