Skip to content
Snippets Groups Projects
Commit a36fff2d authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'fix-syntax-error' into 'master'

Fix syntax error in import

See merge request !31
parents 9928ebbb d9a48710
Branches
No related tags found
1 merge request!31Fix syntax error in import
Pipeline #14883 passed with warnings
...@@ -5,7 +5,7 @@ from subprocess import check_call ...@@ -5,7 +5,7 @@ from subprocess import check_call
import hashlib import hashlib
import utils import utils
from utils import get_version, get_build_versions, reset_time, create_sources_jar \ from utils import get_version, get_build_versions, reset_time, create_sources_jar, \
get_sources_file_name, get_output_dir, get_sha256, pack, create_pom_file get_sources_file_name, get_output_dir, get_sha256, pack, create_pom_file
from pathlib import Path from pathlib import Path
import tarfile import tarfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment