New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

scriptflow

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptflow - pypi Package Compare versions

Comparing version
0.2.11
to
0.2.12
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: scriptflow
Version: 0.2.11
Version: 0.2.12
Summary: Like a makefile but in python, a stripped-down system of Airflow or Luigi

@@ -5,0 +5,0 @@ Author: Thibaut Lamadon

[tool.poetry]
name = "scriptflow"
version = "0.2.11"
version = "0.2.12"
description = "Like a makefile but in python, a stripped-down system of Airflow or Luigi"

@@ -5,0 +5,0 @@ authors = ["Thibaut Lamadon <thibaut.lamadon@gmail.com>"]

@@ -237,3 +237,4 @@ """

wd = os.getcwd(),
cmd = " ".join(task.get_command()),
# cmd = " ".join(task.get_command()), I now write full commands with tripple quotes
cmd = task.get_command(),
account = self.account,

@@ -240,0 +241,0 @@ partion = self.partition,