Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created June 1, 2011 14:25
Show Gist options
  • Save dpritchett/1002381 to your computer and use it in GitHub Desktop.
Save dpritchett/1002381 to your computer and use it in GitHub Desktop.
def __boardLog(self):
"""Returns the absolute path to the server logfile as a string.
"""
logFile = '''//{path}/c$/Board/Dataset/Log/Dtb_{dbname}_{date}.log'''.format(
path = self.board_server
, dbname = self.dbname
, date = date.today().strftime('%Y%m'))
return logFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment