You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blob is C:\Users\blah\test.json
The command failed with an unexpected error. Here is the traceback:
C does not exist.
Traceback (most recent call last):
File "C:\Users\sunnycarter.azure\cliextensions\aosm\oras\client.py", line 131, in push
return self.remote.push(*args, **kwargs)
File "C:\Users\sunnycarter.azure\cliextensions\aosm\oras\provider.py", line 647, in push
raise FileNotFoundError(f"{blob} does not exist.")
I believe this is because various places in the oras code split on ':' expecting this to be between the filepath and the media data. However, ':' is in the path on window too. I'll submit a PR to fix.
The text was updated successfully, but these errors were encountered:
blob is C:\Users\blah\test.json
The command failed with an unexpected error. Here is the traceback:
C does not exist.
Traceback (most recent call last):
File "C:\Users\sunnycarter.azure\cliextensions\aosm\oras\client.py", line 131, in push
return self.remote.push(*args, **kwargs)
File "C:\Users\sunnycarter.azure\cliextensions\aosm\oras\provider.py", line 647, in push
raise FileNotFoundError(f"{blob} does not exist.")
I believe this is because various places in the oras code split on ':' expecting this to be between the filepath and the media data. However, ':' is in the path on window too. I'll submit a PR to fix.
The text was updated successfully, but these errors were encountered: