I'm trying to run the load_package command without user input, but (I 
think) it fails when it gets to the user input prompt for loading system 
settings from the package. I see here  
https://github.com/archesproject/arches/blob/master/arches/management/commands/packages.py#L266
 
that there is no way to pass a "force" argument into that method. (There's 
a chance that in fact it is continuing past this point, but failing on the 
unescaped character error that I mentioned in my other post.) Can anyone 
confirm what is going on there? I can modify the load_package command to 
work without user input on my own separate branch for my current needs, but 
I'm wondering if that's something that would be good to have in core arches.

Adam

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to