diff options
| author | 2015-10-19 04:48:07 +0200 | |
|---|---|---|
| committer | 2015-10-19 04:48:07 +0200 | |
| commit | ffd38f027ed103f7b39ec78c6af0d182774950a4 (patch) | |
| tree | e6d88b064a38bb44932674f32ac602efc786468b /module/plugins/internal/Container.py | |
| parent | Merge pull request #2054 from GammaC0de/patch-1 (diff) | |
| download | pyload-ffd38f027ed103f7b39ec78c6af0d182774950a4.tar.xz | |
Spare fixes
Diffstat (limited to 'module/plugins/internal/Container.py')
| -rw-r--r-- | module/plugins/internal/Container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Container.py b/module/plugins/internal/Container.py index 946953db5..ba8b96f3b 100644 --- a/module/plugins/internal/Container.py +++ b/module/plugins/internal/Container.py @@ -78,4 +78,4 @@ class Container(Crypter): try: os.remove(self.pyfile.url) except OSError, e: - self.log_warning(_("Error removing: %s") % self.pyfile.url, e) + self.log_warning(_("Error removing `%s`") % self.pyfile.url, e) |
