Skip to content

Commit

Permalink
Comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Feb 2, 2024
1 parent f64cbe6 commit 9d41ba2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Authors:
# - Mario Lassnig, [email protected], 2016-17
# - Daniel Drizhuk, [email protected], 2017
# - Paul Nilsson, [email protected], 2017-23
# - Paul Nilsson, [email protected], 2017-24

"""This is the entry point for the PanDA Pilot, executed with 'python3 pilot.py <args>'."""

Expand Down
2 changes: 1 addition & 1 deletion pilot/control/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Authors:
# - Mario Lassnig, [email protected], 2016-2017
# - Daniel Drizhuk, [email protected], 2017
# - Paul Nilsson, [email protected], 2017-2023
# - Paul Nilsson, [email protected], 2017-2024
# - Wen Guan, [email protected], 2018

"""Job module with functions for job handling."""
Expand Down
2 changes: 1 addition & 1 deletion pilot/user/atlas/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#
# Authors:
# - Paul Nilsson, [email protected], 2017-23
# - Paul Nilsson, [email protected], 2017-24
# - Wen Guan, [email protected], 2018

"""Common functions for ATLAS."""
Expand Down
2 changes: 1 addition & 1 deletion pilot/util/loopingjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#
# Authors:
# - Paul Nilsson, [email protected], 2018-23
# - Paul Nilsson, [email protected], 2018-24

"""Functions for identifying looping payloads."""

Expand Down

0 comments on commit 9d41ba2

Please sign in to comment.