-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated basecommand.py such that writing to the log file doesn't fail…
…. If permission is denied for writing in the specified log file the message will be written to a temporary one.
- Loading branch information
unknown
authored and
unknown
committed
Jun 16, 2012
1 parent
c670678
commit 8ebc7a3
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This causes an error because tempFile is not defined anywhere in this file. Logging an issue now.