Skip to content

Commit

Permalink
Version 0.0.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 16, 2020
1 parent c8c1fe4 commit 8eab917
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/law-py27/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py27"
LABEL version="0.0.34"
LABEL version="0.0.35"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py37"
LABEL version="0.0.34"
LABEL version="0.0.35"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py38"
LABEL version="0.0.34"
LABEL version="0.0.35"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion law/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__contact__ = "https://github.com/riga/law"
__license__ = "BSD-3-Clause"
__status__ = "Development"
__version__ = "0.0.34"
__version__ = "0.0.35"
1 change: 0 additions & 1 deletion law/contrib/htcondor/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def query(self, job_id, pool=None, scheduler=None, user=None, silent=False):
# since v8.3.3 one can limit the number of jobs to query
if self.htcondor_v833:
cmd += ["-limit", str(len(job_ids))]

# since v8.5.6 one can define the attributes to fetch
if self.htcondor_v856:
cmd += ["-attributes", ads]
Expand Down

0 comments on commit 8eab917

Please sign in to comment.