diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-22 12:40:42 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-22 12:40:42 +0300 |
commit | 31b912f3cae63435da823e2910b5b83d25f41da4 (patch) | |
tree | 3071d123f0ccbfa931d0a3ea1a76e7230664fa2a /core/utils.py | |
parent | 38eb65ac0e9b419acd3e211f3126164430bc521e (diff) | |
download | troggle-31b912f3cae63435da823e2910b5b83d25f41da4.tar.gz troggle-31b912f3cae63435da823e2910b5b83d25f41da4.tar.bz2 troggle-31b912f3cae63435da823e2910b5b83d25f41da4.zip |
bugfixes
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index c9afdd5..9aa4679 100644 --- a/core/utils.py +++ b/core/utils.py @@ -69,6 +69,7 @@ def chaosmonkey(n): # def GetListDir(sdir): '''handles url or file, so we can refer to a set of scans (not drawings) on another server + returns a list of f (file), ff (file full path), is_dir (bool) ''' res = [ ] if type(sdir) is str and sdir[:7] == "http://": |