Skip to content

Commit

Permalink
updating GS.py
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Oct 20, 2020
1 parent 540386a commit 52f4879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake/remote/GS.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def upload(self):
blob = self.bucket.blob(bucket_path)
blob.upload_from_filename(filename)
else:
print(self.blob)
self.blob.upload_from_filename(f)
except google.cloud.exceptions.Forbidden as e:
raise WorkflowError(
Expand Down

0 comments on commit 52f4879

Please sign in to comment.