Skip to content

Commit 5c2d9e9

Browse files
committed
comment + push
1 parent 47cbd93 commit 5c2d9e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

polyapi/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
__all__ = ["poly"]
1111

1212

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)
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)
1818

1919

2020
class PolyCustomDict(TypedDict, total=False):

0 commit comments

Comments
 (0)