Index: third_party/gsutil/gslib/commands/config.py |
diff --git a/third_party/gsutil/gslib/commands/config.py b/third_party/gsutil/gslib/commands/config.py |
index edef87f904d0b15aab6eae392dba9ef1277c8d23..8d7ab4f8704287f8d5b944b6d36adf840d86908f 100644 |
--- a/third_party/gsutil/gslib/commands/config.py |
+++ b/third_party/gsutil/gslib/commands/config.py |
@@ -625,6 +625,8 @@ class ConfigCommand(Command): |
'file ("%s" -> "%s"): %s.' |
% (default_config_path, default_config_path_bak, e)) |
output_file_name = default_config_path |
+ else: |
+ default_config_path_bak = None |
Ryan Tseng
2014/06/23 21:29:22
Move this before 597 before the if (to make it mor
|
if output_file_name == '-': |
output_file = sys.stdout |