We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96ef9c commit 0ae93dcCopy full SHA for 0ae93dc
azure/functions/decorators/blob.py
@@ -17,7 +17,7 @@ def __init__(self,
17
**kwargs):
18
self.path = path
19
self.connection = connection
20
- self.source = source.value if source else source
+ self.source = source.value if source else None
21
super().__init__(name=name, data_type=data_type)
22
23
@staticmethod
0 commit comments