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 d615fb5 commit 9a25677Copy full SHA for 9a25677
plasma/conf_parser.py
@@ -26,6 +26,9 @@ def parameters(input_file):
26
params['user_name'] = getpass.getuser()
27
base_path = params['fs_path']
28
output_path = os.path.join(base_path, params['user_name'])
29
+ # TODO(KGF): this next line should be deleted at some pt, breaking BC
30
+ base_path = output_path
31
+ print(output_path)
32
# TODO(KGF): allow for completely indpendent save/output_path vs. base_path
33
# configured in conf.yaml. don't assume username subdirectory, or pwd
34
# save_path = os.environ.get("PWD")
0 commit comments