Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
- Don't override existing files with redundantly-named files
(redundant files simply won't be downloaded - this could be
improved to uniquely name such files on the local FS)
- Remove interactive prompt when running on failed file log
  • Loading branch information
glarue committed Sep 10, 2021
1 parent b27b04f commit 62de421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jgi-query.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3

__version__ = '1.2.1'

"""
Retrieves files/directories from JGI through the curl api.
Expand Down

0 comments on commit 62de421

Please sign in to comment.