mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Add Submodule checks (#1682)
This commit is contained in:
parent
d95e4e56c8
commit
75ecbd4862
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class CheckVersion(object):
|
||||||
'source': running from source without git
|
'source': running from source without git
|
||||||
"""
|
"""
|
||||||
# check if we're a windows build
|
# check if we're a windows build
|
||||||
if os.path.isdir(os.path.join(core.APP_ROOT, u'.git')):
|
if os.path.exists(os.path.join(core.APP_ROOT, u'.git')):
|
||||||
install_type = 'git'
|
install_type = 'git'
|
||||||
else:
|
else:
|
||||||
install_type = 'source'
|
install_type = 'source'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue