Skip to content

Commit ddf0d26

Browse files
authored
Fix DATA_DIR to match collator spec
1 parent 7489d06 commit ddf0d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xchemalign/uploader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
DEFAULT_TARBALL_TEMPLATE = "{target}_v{version}_{upload_no}_{date}.tgz"
5151

5252

53-
DATA_DIR = "upload_current"
53+
DATA_DIR = "upload-current"
5454

5555

5656
# this needs to be kept more or less up to date

0 commit comments

Comments
 (0)