handle-empty-datafile #14

Merged
sroth merged 2 commits from handle-empty-datafile into main 2025-05-10 02:27:34 +02:00
Showing only changes of commit 9ad45ed63f - Show all commits

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ $VIRTUAL_ENV=="" ]
if [ "$VIRTUAL_ENV" == "" ]
then
source venv/bin/activate
fi