diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-19 01:44:36 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-19 01:44:36 -0200 |
commit | 77c832413fe459c34956a1f6e3a7172c5f90bc90 (patch) | |
tree | 89a0e6ce60728217104614f4e53f9423a997b026 | |
parent | small fixes on the cli and the eclass (diff) | |
download | g-octave-master.tar.gz g-octave-master.tar.bz2 g-octave-master.zip |
-rw-r--r-- | g_octave/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g_octave/cli.py b/g_octave/cli.py index d5b4750..3804c13 100644 --- a/g_octave/cli.py +++ b/g_octave/cli.py @@ -398,7 +398,7 @@ class Cli: if os.write(fd, error_log) != len(error_log): out.eerror('Failed to save the traceback!') else: - out.eerror('Traceback saved to: ' + filename) + out.eerror('Traceback saved: ' + filename) out.eerror('Please report a bug with traceback and `emerge --info` attached.') out.eerror('Bug tracker: ' + self.bug_tracker) os.fchmod(fd, 0o777) |