Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion condor_stat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /vols/cms/tr1123/condor_tools/env/bin/python
#! /home/hep/tr1123/.local/share/condor_tools/env/bin/python
"""Entry point script for condor_stat"""

from condor_tools.condor_tools import main
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "condor_tools"
version = "1.1.3"
version = "1.1.4"
description = "A collection of tools for working with Condor jobs and data."
requires-python = ">=3.9,<3.10"
authors = [{name = "Tom Runting", email = "thomas.runting@cern.ch"}]
Expand Down
Loading