diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-04 23:20:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-04 23:20:21 +0200 |
commit | 2345469bc56f5daba8ced77e49ad58f38b1c5538 (patch) | |
tree | f54a61177580ffc49e7903ccab12cf7cc5354833 /import/src/main.rs | |
parent | 0a2f1d909aed3c807a30589aeca17f81c694dd37 (diff) | |
download | jellything-2345469bc56f5daba8ced77e49ad58f38b1c5538.tar jellything-2345469bc56f5daba8ced77e49ad58f38b1c5538.tar.bz2 jellything-2345469bc56f5daba8ced77e49ad58f38b1c5538.tar.zst |
fixes, set parent node correctly
Diffstat (limited to 'import/src/main.rs')
-rw-r--r-- | import/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/import/src/main.rs b/import/src/main.rs index 29d1e21..b55b645 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -275,7 +275,6 @@ fn main() -> anyhow::Result<()> { }; if args.dry { - println!("{}", serde_json::to_string_pretty(&infojson)?); println!("{}", serde_json::to_string_pretty(&node)?); } else { if let Some(source_path) = source_path { |