mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-28 03:23:52 -06:00
Fixed an issue where cloud deployment failed for Azure on Windows. Fixes #7498
This commit is contained in:
parent
95f63f6af8
commit
ceb29547e2
@ -11,7 +11,7 @@
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
import sys
|
||||
|
||||
def load_providers():
|
||||
""" Loads all the providers """
|
||||
@ -19,7 +19,7 @@ def load_providers():
|
||||
|
||||
path = os.path.dirname(os.path.realpath(__file__))
|
||||
modules = os.listdir(path + '/providers')
|
||||
|
||||
sys.path.append(path)
|
||||
for filename in modules:
|
||||
filename = path + '/providers/' + filename
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user