We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8892e41 commit f5f7788Copy full SHA for f5f7788
src/iop/_utils.py
@@ -333,7 +333,7 @@ def migrate_remote(filename=None):
333
timeout=10
334
)
335
336
- print(f"Response from remote migration: {response.text}")
+ print(f"Response from remote migration:\n {response.text}")
337
338
response.raise_for_status() # Raise an error for bad responses
339
src/iop/cls/IOP/Service/Remote/Rest/v1.cls
@@ -53,7 +53,7 @@ ClassMethod PutMigrate() As %DynamicObject
53
}
54
Else {
55
// Set targetDirectory to the CODE DATABASE directory
56
- do ##class(%SYS.Namespace).GetAllNSInfo("USER",.info)
+ do ##class(%SYS.Namespace).GetAllNSInfo(namespace,.info)
57
Set targetDirectory = info("RoutineDB","Directory")
58
59
0 commit comments