Skip to content

Commit 0ae93dc

Browse files
author
Victoria Hall
committed
explicitly set to None
1 parent f96ef9c commit 0ae93dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/decorators/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self,
1717
**kwargs):
1818
self.path = path
1919
self.connection = connection
20-
self.source = source.value if source else source
20+
self.source = source.value if source else None
2121
super().__init__(name=name, data_type=data_type)
2222

2323
@staticmethod

0 commit comments

Comments
 (0)