Skip to content

Commit

Permalink
Fixed slc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 25, 2024
1 parent 64d853b commit fed53c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exasol_advanced_analytics_framework/slc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

LANGUAGE_ALIAS = "PYTHON3_AAF"
SLC_NAME = "exasol_advanced_analytics_framework_container"
SLC_FILE_NAME = SLC_ORIGINAL_NAME + ".tar.gz"

SLC_FILE_NAME = SLC_NAME + ".tar.gz"
SLC_URL_FORMATTER = "https://github.com/exasol/advanced_analytics_framework/releases/download/{version}/" + SLC_NAME


Expand Down

0 comments on commit fed53c8

Please sign in to comment.