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 47cbd93 commit 5c2d9e9Copy full SHA for 5c2d9e9
polyapi/__init__.py
@@ -10,11 +10,11 @@
10
__all__ = ["poly"]
11
12
13
-if len(sys.argv) > 1 and sys.argv[1] not in CLI_COMMANDS:
14
- currdir = os.path.dirname(os.path.abspath(__file__))
15
- if not os.path.isdir(os.path.join(currdir, "poly")):
16
- print("No 'poly' found. Please run 'python3 -m polyapi generate' to generate the 'poly' library for your tenant.")
17
- sys.exit(1)
+# if len(sys.argv) > 1 and sys.argv[1] not in CLI_COMMANDS:
+# currdir = os.path.dirname(os.path.abspath(__file__))
+# if not os.path.isdir(os.path.join(currdir, "poly")):
+# print("No 'poly' found. Please run 'python3 -m polyapi generate' to generate the 'poly' library for your tenant.")
+# sys.exit(1)
18
19
20
class PolyCustomDict(TypedDict, total=False):
0 commit comments