Skip to content

Commit ffc65ce

Browse files
- Consolidation moving along.
1 parent 82f1366 commit ffc65ce

14 files changed

+4
-5
lines changed
File renamed without changes.

test/python/registry_rewrite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,4 @@ def rewrite_registry():
250250
rewrite_provider(prov_args)
251251

252252
if __name__ == '__main__':
253-
rewrite_registry
254-
()
253+
rewrite_registry()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_source_path_for_docker(self) -> str:
9292

9393

9494

95-
REPOSITORY_ROOT = os.path.abspath(os.path.join(__file__, '..', '..', '..', '..'))
95+
REPOSITORY_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
9696

9797
DB_INTERNAL_CFG_LAX :str = "{ \"tableRegex\": \"(?i)^(?:public\\\\.)?(?:pg_.*|current_schema|information_schema)\" }"
9898

0 commit comments

Comments
 (0)