diff options
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py index e2456d280..5dae56416 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -497,7 +497,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None): try: myconfig = getconfig(file_path) except portage_exception.ParseError, e: - writemsg("!!! %s'\n" % str(e), noiselevel=-1) + writemsg("!!! '%s'\n" % str(e), noiselevel=-1) del e continue # process PATH, CLASSPATH, LDPATH |