We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading a file fails when the file already exists, e.g.
> dir _1_stdout.txt [other files]
import sevenbridges as sbg file_ = sbg.files.query(project=<project name>, names=["_1_stdout.txt"])[0] file_.download(path="_1_stdout.txt", overwrite=True)
results in an error,
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '_1_stdout.txt.6414302349' -> '_1_stdout.txt'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Downloading a file fails when the file already exists, e.g.
results in an error,
The text was updated successfully, but these errors were encountered: