Skip to content

Commit

Permalink
fix: fix a typo in a varriable name
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Jan 23, 2024
1 parent 8142043 commit 6de1d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pilot/pilotTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def __init__(self, pilotParams, dummy=""):
# URL present and the flag is set:
isPilotLoggerOn = pilotParams.pilotLogging and (loggerURL is not None)
interval = pilotParams.loggerTimerInterval
bufsize = pilotParams.LoggerBufsize
bufsize = pilotParams.loggerBufsize

if not isPilotLoggerOn:
self.log = Logger(self.__class__.__name__, debugFlag=self.debugFlag)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. -*- mode: rst -*-
pippo
.. image:: https://travis-ci.org/DIRACGrid/Pilot.svg?branch=master
:target: https://travis-ci.org/DIRACGrid/Pilot

Expand Down

0 comments on commit 6de1d46

Please sign in to comment.