You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
importos
6
6
7
7
# local modules
8
-
importcontext
9
-
importdatabase_setup
10
-
importirods_setup
8
+
fromirods_testing_environmentimportcontext
9
+
fromirods_testing_environmentimportdatabase_setup
10
+
fromirods_testing_environmentimportirods_setup
11
11
12
12
if__name__=="__main__":
13
13
importargparse
14
-
importlogs
15
14
importtextwrap
16
15
17
16
importcli
17
+
fromirods_testing_environmentimportlogs
18
18
19
19
parser=argparse.ArgumentParser(description='Setup the iRODS catalog, catalog service provider, and catalog service consumers on a running docker-compose project.')
20
20
@@ -81,7 +81,7 @@
81
81
logging.debug('provided project name [{}], docker-compose project name [{}]'
0 commit comments