flake.nix: pull datasources from datasources repo
Some checks failed
Build and test / build (push) Failing after 8m19s
Some checks failed
Build and test / build (push) Failing after 8m19s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'dart:io';
|
||||
|
||||
Iterable<String> parseRADKFILEBlocks(File radkfile) {
|
||||
final String content = File('data/tmp/radkfile_utf8').readAsStringSync();
|
||||
final String content = File('data/tmp/RADKFILE').readAsStringSync();
|
||||
|
||||
final Iterable<String> blocks = content
|
||||
.replaceAll(RegExp(r'^#.*$'), '')
|
||||
|
||||
Reference in New Issue
Block a user