We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5b873 commit 08ec37bCopy full SHA for 08ec37b
example/google-cloud-storage/google-cloud-storage.py
@@ -82,8 +82,6 @@ def run(self):
82
"""
83
Run the repo task, uploading the data and taking a pause if needed.
84
85
- global cli
86
-
87
# First check that it doesn't already exist
88
bucket_name = self.bucket.replace("gs://", "")
89
bucket_name, bucket_subdir = bucket_name.split("/", 1)
@@ -190,8 +188,6 @@ def main():
190
188
if not os.path.exists(args.containers):
191
189
sys.exit(f"Path {args.containers} does not exist.")
192
193
194
195
# Create the root to install to
196
print(f"Containers and modules will install to {args.root}")
197
if not os.path.exists(args.root):
0 commit comments