diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-03 09:58:54 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-03 09:58:54 -0400 |
commit | 4f2609a1ce3a625389d653ce6e1ef5e65cd73ba9 (patch) | |
tree | 61e0012686aed9ea1951006cc5ee10c17f156f7a /bin/download-images.py | |
parent | 521cfbe22456fc1fa777eb0bf632b82423926c2c (diff) |
rolled in sway changes
Diffstat (limited to 'bin/download-images.py')
-rwxr-xr-x | bin/download-images.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/download-images.py b/bin/download-images.py index 5ad7e73..4ff583a 100755 --- a/bin/download-images.py +++ b/bin/download-images.py @@ -2,6 +2,8 @@ import os from shutil import copyfile import sys + + if os.path.exists(sys.argv[1]): path = os.path.abspath(sys.argv[1]) else: |