mirror of
https://github.com/inventree/inventree-app.git
synced 2025-10-14 05:12:21 +00:00
Re-order barcode scanning priority (#693)
* Re-order barcode scanning priority - Closes https://github.com/inventree/inventree-app/issues/692 * dart format * Try with removed line * Try without pythonscript * just pub get * try with fvm * Remove fvm * set working dir * try just pub get * Install python first * Updates * Use fvm * Adjust CI
This commit is contained in:
@@ -13,6 +13,8 @@ from pathlib import Path
|
||||
if __name__ == "__main__":
|
||||
dart_files = Path("lib").rglob("*.dart")
|
||||
|
||||
print("Discovering dart files...");
|
||||
|
||||
with open("test/coverage_helper_test.dart", "w") as f:
|
||||
f.write("// ignore_for_file: unused_import\n\n")
|
||||
f.write("// dart format off\n\n")
|
||||
|
Reference in New Issue
Block a user