2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d6eeeadcf | |||
| 4f98fd6c78 |
Renamed from src/python/jw/pkg/lib/FileTransfer.py (Browse further)
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 0d6eeeadcf |
lib.FileContext.log_name: Beautify
Prepend the class name to .log_name. Not sure if that makes logs more legible, but we'll try it out for a while. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4f98fd6c78 |
lib.FileTransfer: Rename to FileContext
Rename class FileTransfer to FileContext because that's the better name. It's the base class of ExecContext and also a context. Signed-off-by: Jan Lindemann <jan@janware.com> |