easycoder 250611.5__py2.py3-none-any.whl → 250611.6__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of easycoder might be problematic. Click here for more details.
- easycoder/__init__.py +1 -1
- easycoder/ec_core.py +2 -1
- {easycoder-250611.5.dist-info → easycoder-250611.6.dist-info}/METADATA +1 -1
- {easycoder-250611.5.dist-info → easycoder-250611.6.dist-info}/RECORD +7 -7
- {easycoder-250611.5.dist-info → easycoder-250611.6.dist-info}/LICENSE +0 -0
- {easycoder-250611.5.dist-info → easycoder-250611.6.dist-info}/WHEEL +0 -0
- {easycoder-250611.5.dist-info → easycoder-250611.6.dist-info}/entry_points.txt +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_core.py
CHANGED
|
@@ -1329,8 +1329,9 @@ class Core(Handler):
|
|
|
1329
1329
|
ssh = self.getVariable(command['ssh'])
|
|
1330
1330
|
path = self.getRuntimeValue(command['path'])
|
|
1331
1331
|
sftp = ssh['sftp']
|
|
1332
|
+
if path.endswith('.json'): content = json.dumps(content)
|
|
1332
1333
|
try:
|
|
1333
|
-
with sftp.open(path, 'w') as remote_file: remote_file.write(content
|
|
1334
|
+
with sftp.open(path, 'w') as remote_file: remote_file.write(content)
|
|
1334
1335
|
except:
|
|
1335
1336
|
errorReason = 'Unable to write to {path}'
|
|
1336
1337
|
else:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version: 250611.
|
|
3
|
+
Version: 250611.6
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
easycoder/README.md,sha256=BVXmYphcTJ6q6RN_9L6HtQukgCnOjSLVIsTM3lk-9aM,587
|
|
2
|
-
easycoder/__init__.py,sha256=
|
|
2
|
+
easycoder/__init__.py,sha256=o9_YySaPtBz9duIzrRdHcPDut__hzgczecPnl09GrpA,262
|
|
3
3
|
easycoder/ec_classes.py,sha256=L6-6yWHDHw8yF9TGL4WWc4p1aUyXzYz6Gom7jJ43h8o,1823
|
|
4
4
|
easycoder/ec_compiler.py,sha256=6X9Sy5hr9-Ek36XqWrHJ8Ct1fE5sw2hBLKKFMh2RfRs,5130
|
|
5
5
|
easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
|
|
6
|
-
easycoder/ec_core.py,sha256=
|
|
6
|
+
easycoder/ec_core.py,sha256=hbs4B2MNdm9Sr8XGdyawimqlFsSbIamFHV8gSXYkP_8,98158
|
|
7
7
|
easycoder/ec_handler.py,sha256=ohf3xUuWw_Qb5SZnulGtDhvCb11kvWtYfgbQTiOXpIY,2261
|
|
8
8
|
easycoder/ec_program.py,sha256=IDpfq9oghFJMJyRD9uab31VOP5MOF4M7kcUVfDn7d4I,9992
|
|
9
9
|
easycoder/ec_pyside.py,sha256=X84j4WC0n0p9PaoJI1W4dqDzAHTFD5izX2aLoPCQ8kE,39855
|
|
10
10
|
easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
|
|
11
11
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
12
|
-
easycoder-250611.
|
|
13
|
-
easycoder-250611.
|
|
14
|
-
easycoder-250611.
|
|
15
|
-
easycoder-250611.
|
|
16
|
-
easycoder-250611.
|
|
12
|
+
easycoder-250611.6.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
13
|
+
easycoder-250611.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
14
|
+
easycoder-250611.6.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
|
|
15
|
+
easycoder-250611.6.dist-info/METADATA,sha256=bvdNTQNjSxZc84yC2A8SVRyWt3TcL9mePqb7ENxZaoI,6853
|
|
16
|
+
easycoder-250611.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|