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 5c67024 commit 31a66a4Copy full SHA for 31a66a4
investing_algorithm_framework/deployment/azure/azure_functions.py
@@ -87,7 +87,7 @@
87
# for root, dirs, files in os.walk(path):
88
# for file in files:
89
# zipfile.write(os.path.join(root, file),
90
-# os.path.relpath(os.path.join(root, file), path))
+# os.path.relpath(os.path.join(root, file), path))
91
92
# shutil.make_archive('myfunctionapp', 'zip', 'myfunctionapp/')
93
0 commit comments