Skip to content

Commit 17c8e38

Browse files
committed
OTHER: fix sample code
1 parent e29e2ec commit 17c8e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/gettingData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106

107107
# This removes the retrieved file from the destination.
108108
# This is done to clean up the script for when people are using it to test connection only.
109-
os.remove(objectNameToDestinationPathMap[objName][1]) # Remove in production code.
109+
os.remove(destinationPath) # Remove in production code.
110110
else:
111111
print(f'Failed to retrieve object={objName}')

0 commit comments

Comments
 (0)