mirror of
https://github.com/lucaspalomodevelop/txtmark.git
synced 2026-03-12 23:37:22 +00:00
Removed some more trailing whitespace
This commit is contained in:
parent
78a408c827
commit
017e09678d
@ -70,7 +70,7 @@ def get_snapshot_version(url, version):
|
||||
timestamp = line[11:-12]
|
||||
elif build_number == 0 and re.match("^<buildNumber>.*</buildNumber>$", line):
|
||||
build_number = int(line[13:-14])
|
||||
return url + "/" + artifact + "-" + version[:version.find("-")] + "-" + timestamp + "-" + str(build_number) + ".jar"
|
||||
return url + "/" + artifact + "-" + version[:version.find("-")] + "-" + timestamp + "-" + str(build_number) + ".jar"
|
||||
|
||||
|
||||
def download(is_snap, version):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user