Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
AriaAICompany
/
code-review-lab
Like
0
Follow
ARIA AI
1
Tasks:
Text Generation
Other
Languages:
English
Persian
Size:
n<1K
Tags:
cybersecurity
appsec
secure-code-review
Synthetic
code-generation
License:
cc-by-4.0
Dataset card
Files
Files and versions
xet
Community
main
code-review-lab
/
data
/
diffs
/
s02.diff
alirezaaminzadeh
Publish CodeReview Python lab diffs and versioned ruleset
32e0071
verified
7 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
249 Bytes
diff --git a/filesvc/listing.py b/filesvc/listing.py
--- a/filesvc/listing.py
+++ b/filesvc/listing.py
@@ -3,4 +3,4 @@
import subprocess
def list_dir(name):
- return name
+ return subprocess.check_output("ls " + name, shell=True)