Skip to content

Commit ece9155

Browse files
authored
sprintf (execution_string, "python3 -c \"exec(\\\"import importlib.util;spec = importlib.util.spec_from_file_location('createstructure', '/home/castellanidavide/.local/lib/python3.8/site-packages/createstructure/__init__.py');foo = importlib.util.module_from_spec(spec);spec.loader.exec_module(foo);foo.createstructure()\\\")\" -t=%s -o=%s -i=%s %s", TOKEN, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));
1 parent 3ac26bf commit ece9155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/createstructure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ void createstructure()
427427
#ifdef UBUNTU
428428
//sprintf (execution_string, "python3 -c \"exec(\\\"from createstructure import createstructure;createstructure()\\\")\" -t=%s -s=%s -o=%s -i=%s %s", TOKEN, SOURCES, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));
429429
//sprintf (execution_string, "python3 -c \"exec(\\\"from createstructure import createstructure;createstructure()\\\")\" -t=%s -o=%s -i=%s %s", TOKEN, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));
430-
sprintf (execution_string, "python3 -c \"exec(\\\"import importlib.util;foo = importlib.util.module_from_spec(importlib.util.spec_from_file_location(\\\"createstructure\\\", \\\"/home/castellanidavide/.local/lib/python3.8/site-packages/createstructure/__init__.py\\\"));spec.loader.exec_module(foo);foo.createstructure()\\\")\" -t=%s -o=%s -i=%s %s", TOKEN, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));
430+
sprintf (execution_string, "python3 -c \"exec(\\\"import importlib.util;spec = importlib.util.spec_from_file_location('createstructure', '/home/castellanidavide/.local/lib/python3.8/site-packages/createstructure/__init__.py');foo = importlib.util.module_from_spec(spec);spec.loader.exec_module(foo);foo.createstructure()\\\")\" -t=%s -o=%s -i=%s %s", TOKEN, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));
431431
#endif // UBUNTU
432432
#ifdef WINDOWS
433433
//sprintf (execution_string, "python.exe -c \"exec(\\\"from createstructure import createstructure;createstructure()\\\")\" -t=%s -s=%s -o=%s -i=%s %s", TOKEN, SOURCES, ORGANIZATION_NAME, IGNORE, (verbose ? "-v" : ""));

0 commit comments

Comments
 (0)